openEHR_SDK icon indicating copy to clipboard operation
openEHR_SDK copied to clipboard

Need to extend the example generation with more terminology support

Open linforestzhang opened this issue 5 months ago • 0 comments

Background

Using the openEHR tool to Get an example Composition from a template, it would complain that there is No example for termínology:

<items xsi:type="ELEMENT" archetype_node_id="at0089"> <name> <value>Example Coded Element Name</value> </name> <value xsi:type="DV_CODED_TEXT"> <value>No example for termínology '//fhir.hl7.org/ValueSet/$expand?url=https://example.com/fhir/ValueSet/valueset-exmaple' available</value> <defining_code> <terminology_id> <value>//fhir.hl7.org/ValueSet/$expand?url=https://example.com/fhir/ValueSet/valueset-exmaple</value> </terminology_id> <code_string>42</code_string> </defining_code> </value> </items> I hope use a local FHIR Terminoloy server to populate coded elements in an opt template when calling the openEHR_SDK’s ExampleGenerator .

Enhancement

Please enhance the ExampleGenerator to enable population of coded elements in an opt template. Thank you so much for the amazing EHRBase and its openEHR SDK.

Discussion

No response

Further information

No response

linforestzhang avatar Sep 20 '24 06:09 linforestzhang