Findings: "Transform openEHR to FHIR Questionnaire"

Noticed that a few of the ValueSet generated from this OPT: https://arketyper.no/ckm/templates/1078.60.876/opt is missing code values

I’ve added two examples generated from that OPT, one where the code values are included, and one where they are missing

Example of ValueSet missing code values:

<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
   <id value="ValueSet-report-v1-_testname_en_-R4"/>
   <meta>
      <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
   </meta>
   <text>
      <status value="generated"/>
      <div xmlns="http://www.w3.org/1999/xhtml">
         <p> Value set *Test name (en). *The name of the imaging examination or procedure performed. (en)</p>
         <p> Developed by: openEHR community</p>
         <p> Generated with LinkEHR</p>
         <p> This value set includes codes from terminology NCRP</p>
         <ul>
            <li>SSC0AA: </li>
         </ul>
      </div>
   </text>
   <url value="http://linkehr.com/fhir/ValueSet-report-v1-_testname_en_-R4"/>
   <version value="20200428"/>
   <name value="*Test name (en)"/>
   <status value="active"/>
   <experimental value="false"/>
   <publisher value="openEHR"/>
   <description value="*The name of the imaging examination or procedure performed. (en)"/>
   <compose>
      <include>
         <system value="http://openehr.org/ckm/archetypes/openEHR-EHR-OBSERVATION.imaging_exam_result.v0"/>
         <concept>
            <code value=""/>
            <display value=""/>
         </concept>
      </include>
   </compose>
</ValueSet>

Example of ValueSet not missing code values:

<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
   <id value="ValueSet-report-v1-erdetnoentilstandertilstede_-R4"/>
   <meta>
      <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
   </meta>
   <text>
      <status value="generated"/>
      <div xmlns="http://www.w3.org/1999/xhtml">
         <p> Value set Er det noen tilstander tilstede?. Tilstedeværelse av relevante tilstander.</p>
         <p> Developed by: openEHR community</p>
         <p> Generated with LinkEHR</p>
         <p> This value set includes codes from archetype openEHR-EHR-COMPOSITION.report.v1 internal terminology</p>
         <ul>
            <li>at0031: Tilstede</li>
            <li>at0032: Fraværende</li>
            <li>at0033: Ukjent</li>
         </ul>
      </div>
   </text>
   <url value="http://linkehr.com/fhir/ValueSet-report-v1-erdetnoentilstandertilstede_-R4"/>
   <version value="20200428"/>
   <name value="Er det noen tilstander tilstede?"/>
   <status value="active"/>
   <experimental value="false"/>
   <publisher value="openEHR"/>
   <description value="Tilstedeværelse av relevante tilstander."/>
   <compose>
      <include>
         <system value="http://openehr.org/ckm/archetypes/openEHR-EHR-OBSERVATION.condition_screening.v0"/>
         <concept>
            <code value="at0031"/>
            <display value="Tilstede"/>
         </concept>
         <concept>
            <code value="at0032"/>
            <display value="Fraværende"/>
         </concept>
         <concept>
            <code value="at0033"/>
            <display value="Ukjent"/>
         </concept>
      </include>
   </compose>
</ValueSet>
2 Likes