Starter FHIR Implementation Guide
1.0.1 - draft International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: ConceptMap to and from LOINC to Proprietary - XML Representation

Draft as of 2024-08-30

Raw xml | Download


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="LOINCCodesToProprietary"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ConceptMap LOINCCodesToProprietary</b></p><a name="LOINCCodesToProprietary"> </a><a name="hcLOINCCodesToProprietary"> </a><a name="LOINCCodesToProprietary-en-US"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href="CodeSystem-yes-no-code-system.html">Yes/No</a> to <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-loinc.html">Logical Observation Identifiers, Names and Codes (LOINC)</a></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>true (Yes)</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>LA29252-6 (Currently breastfeeding)</td></tr><tr><td>false (No)</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>LA29253-4 (Not currently breastfeeding)</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-loinc.html">Logical Observation Identifiers, Names and Codes (LOINC)</a> to <a href="CodeSystem-yes-no-code-system.html">Yes/No</a></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>LA29252-6 (Currently breastfeeding)</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>true (Yes)</td></tr><tr><td>LA29253-4 (Not currently breastfeeding)</td><td><a href="http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>false (No)</td></tr></table></div>
  </text>
  <url value="http://jembi.org/fhir/ConceptMap/LOINCCodesToProprietary"/>
  <version value="1.0.1"/>
  <name value="LOINCCodesToProprietary"/>
  <title value="ConceptMap to and from LOINC to Proprietary"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-08-30"/>
  <publisher value="Jembi Health Systems"/>
  <contact>
    <name value="Jembi Health Systems"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.jembi.org/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@jembi.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Richard Langford"/>
    <telecom>
      <system value="email"/>
      <value value="richard.langford@jembi.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Mapping to and from proprietary concepts to LOINC."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <group>
    <source value="http://jembi.org/fhir/CodeSystem/yes-no-code-system"/>
    <target value="http://loinc.org"/>
    <element>
      <code value="true"/>
      <target>
        <code value="LA29252-6"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="false"/>
      <target>
        <code value="LA29253-4"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
  <group>
    <source value="http://loinc.org"/>
    <target value="http://jembi.org/fhir/CodeSystem/yes-no-code-system"/>
    <element>
      <code value="LA29252-6"/>
      <target>
        <code value="true"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="LA29253-4"/>
      <target>
        <code value="false"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>