Guidance for FHIR IG Creation
0.1.0 - CI Build International flag

Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions

: LogicalPatientMap - XML Representation

Active as of 2025-07-09

Raw xml | Download


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="map-logical-patient"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ConceptMap map-logical-patient</b></p><a name="map-logical-patient"> </a><a name="hcmap-logical-patient"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href="StructureDefinition-test-patient-profile.html">TestPatientProfile</a> to <a href="StructureDefinition-test-logical-patient.html">LogicalPatient</a></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Card.</b></td><td><b>Type</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Card.</b></td><td><b>Type</b></td><td><b>Comment</b></td></tr><tr><td><a href="StructureDefinition-test-patient-profile.html#Patient">Patient</a></td><td>0..*</td><td>todo</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td><a href="StructureDefinition-test-logical-patient.html#Person">Person</a></td><td>0..1</td><td>todo</td><td/></tr><tr><td><a href="StructureDefinition-test-patient-profile.html#Patient.active">Patient.active</a></td><td>1..1</td><td>todo</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td><a href="StructureDefinition-test-logical-patient.html#Person.valid">Person.valid</a></td><td>1..1</td><td>todo</td><td/></tr><tr><td><a href="StructureDefinition-test-patient-profile.html#Patient.name">Patient.name</a></td><td>1..1</td><td>todo</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#source-is-broader-than-target" title="source-is-broader-than-target">is broader than</a></td><td><a href="StructureDefinition-test-logical-patient.html#Person.name">Person.name</a></td><td>1..1</td><td>todo</td><td>where(use='official')</td></tr><tr><td><a href="StructureDefinition-test-patient-profile.html#Patient.birthDate">Patient.birthDate</a></td><td>1..1</td><td>todo</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td><a href="StructureDefinition-test-logical-patient.html#Person.dob">Person.dob</a></td><td>1..1</td><td>todo</td><td/></tr><tr><td colspan="3">Patient.deceasedDateTime</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent" title="equivalent">is equivalent to</a></td><td><a href="StructureDefinition-test-logical-patient.html#Person.dod">Person.dod</a></td><td>0..1</td><td>todo</td><td/></tr><tr><td><a href="StructureDefinition-test-patient-profile.html#Patient.address">Patient.address</a></td><td>0..0</td><td>todo</td><td><a href="http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#source-is-broader-than-target" title="source-is-broader-than-target">is broader than</a></td><td><a href="StructureDefinition-test-logical-patient.html#Person.address">Person.address</a></td><td>0..1</td><td>todo</td><td>where(use='usual')</td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/howto/StructureDefinition/map-logical-patient"/>
  <version value="0.1.0"/>
  <name value="LogicalPatientMap"/>
  <status value="active"/>
  <date value="2025-07-09T09:29:23+11:00"/>
  <publisher value="HL7 International - FHIR Management Group"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/Special/committees/fhirmg"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <purpose value="Testing Model to Model Mapping"/>
  <group>
    <source
            value="http://hl7.org/fhir/uv/howto/StructureDefinition/test-patient-profile?codesystem"/>
    <target
            value="http://hl7.org/fhir/uv/howto/StructureDefinition/test-logical-patient?codesystem"/>
    <element>
      <code value="Patient"/>
      <target>
        <code value="Person"/>
        <relationship value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="Patient.active"/>
      <target>
        <code value="Person.valid"/>
        <relationship value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="Patient.name"/>
      <target>
        <code value="Person.name"/>
        <relationship value="source-is-broader-than-target"/>
        <comment value="where(use='official')"/>
      </target>
    </element>
    <element>
      <code value="Patient.birthDate"/>
      <target>
        <code value="Person.dob"/>
        <relationship value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="Patient.deceasedDateTime"/>
      <target>
        <code value="Person.dod"/>
        <relationship value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="Patient.address"/>
      <target>
        <code value="Person.address"/>
        <relationship value="source-is-broader-than-target"/>
        <comment value="where(use='usual')"/>
      </target>
    </element>
  </group>
</ConceptMap>