Guidance for FHIR IG Creation
0.1.0 - CI Build
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
Active as of 2025-07-09 |
{
"resourceType" : "ConceptMap",
"id" : "map-logical-patient",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://hl7.org/fhir/uv/howto/StructureDefinition/map-logical-patient",
"version" : "0.1.0",
"name" : "LogicalPatientMap",
"status" : "active",
"date" : "2025-07-09T09:29:23+11:00",
"publisher" : "HL7 International - FHIR Management Group",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://hl7.org/Special/committees/fhirmg"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"purpose" : "Testing Model to Model Mapping",
"group" : [
{
"source" : "http://hl7.org/fhir/uv/howto/StructureDefinition/test-patient-profile?codesystem",
"target" : "http://hl7.org/fhir/uv/howto/StructureDefinition/test-logical-patient?codesystem",
"element" : [
{
"code" : "Patient",
"target" : [
{
"code" : "Person",
"relationship" : "equivalent"
}
]
},
{
"code" : "Patient.active",
"target" : [
{
"code" : "Person.valid",
"relationship" : "equivalent"
}
]
},
{
"code" : "Patient.name",
"target" : [
{
"code" : "Person.name",
"relationship" : "source-is-broader-than-target",
"comment" : "where(use='official')"
}
]
},
{
"code" : "Patient.birthDate",
"target" : [
{
"code" : "Person.dob",
"relationship" : "equivalent"
}
]
},
{
"code" : "Patient.deceasedDateTime",
"target" : [
{
"code" : "Person.dod",
"relationship" : "equivalent"
}
]
},
{
"code" : "Patient.address",
"target" : [
{
"code" : "Person.address",
"relationship" : "source-is-broader-than-target",
"comment" : "where(use='usual')"
}
]
}
]
}
]
}