| Package | hl7.fhir.uv.howto |
| Resource Type | ConceptMap |
| Id | map-logical-patient |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/howto/https://build.fhir.org/ig/FHIR/ig-guidance/ConceptMap-map-logical-patient.html |
| URL | http://hl7.org/fhir/uv/howto/StructureDefinition/map-logical-patient |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-07-09T09:29:23+11:00 |
| Name | LogicalPatientMap |
| Realm | uv |
| Authority | hl7 |
| Purpose | Testing Model to Model Mapping |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap map-logical-patient
Mapping from (not specified) to (not specified)
Group 1 Mapping from TestPatientProfile to LogicalPatient
| Source Code | Card. | Type | Relationship | Target Code | Card. | Type | Comment |
| Patient | 0..* | todo | is equivalent to | Person | 0..1 | todo | |
| Patient.active | 1..1 | todo | is equivalent to | Person.valid | 1..1 | todo | |
| Patient.name | 1..1 | todo | is broader than | Person.name | 1..1 | todo | where(use='official') |
| Patient.birthDate | 1..1 | todo | is equivalent to | Person.dob | 1..1 | todo | |
| Patient.deceasedDateTime | is equivalent to | Person.dod | 0..1 | todo | |||
| Patient.address | 0..0 | todo | is broader than | Person.address | 0..1 | todo | where(use='usual') |
{
"resourceType": "ConceptMap",
"id": "map-logical-patient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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')"
}
]
}
]
}
]
}