Regelverk för interoperabilitet inom vård och omsorg (RIV-TA) - POC
0.1.0 - draft

Regelverk för interoperabilitet inom vård och omsorg (RIV-TA) - POC - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ConceptMap - XML Representation

Draft as of 2025-05-21

Raw xml | Download


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="MyConceptMap2"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ConceptMap MyConceptMap2</b></p><a name="MyConceptMap2"> </a><a name="hcMyConceptMap2"> </a><a name="MyConceptMap2-en-US"> </a><p>Mapping from http://example.org/source-system to http://example.org/target-system</p><br/><p><b>Group 1 </b>Mapping from <code>http://example.org/source-system</code> to <code>http://example.org/target-system</code></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>A</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td>alpha</td><td>Kommentar</td></tr></table></div>
  </text>
  <url value="http://example.org/fhir/ConceptMap/my-concept-map"/>
  <version value="0.1.0"/>
  <name value="MyConceptMap"/>
  <status value="draft"/>
  <date value="2025-05-21T13:18:11+02:00"/>
  <publisher value="Inera AB"/>
  <contact>
    <name value="Inera AB"/>
    <telecom>
      <system value="url"/>
      <value value="http://inera.se"/>
    </telecom>
  </contact>
  <sourceUri value="http://example.org/source-system"/>
  <targetUri value="http://example.org/target-system"/>
  <group>
    <source value="http://example.org/source-system"/>
    <target value="http://example.org/target-system"/>
    <element>
      <code value="A"/>
      <target>
        <code value="alpha"/>
        <equivalence value="equivalent"/>
        <comment value="Kommentar"/>
      </target>
    </element>
  </group>
</ConceptMap>