FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/map-logical-patient

Packagehl7.fhir.uv.howto
TypeConceptMap
Idmap-logical-patient
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/howto/https://build.fhir.org/ig/FHIR/ig-guidance/ConceptMap-map-logical-patient.html
URLhttp://hl7.org/fhir/uv/howto/StructureDefinition/map-logical-patient
Version0.1.0
Statusactive
Date2025-07-09T09:29:23+11:00
NameLogicalPatientMap
Realmuv
Authorityhl7
PurposeTesting Model to Model Mapping

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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 CodeCard.TypeRelationshipTarget CodeCard.TypeComment
Patient0..*todois equivalent toPerson0..1todo
Patient.active1..1todois equivalent toPerson.valid1..1todo
Patient.name1..1todois broader thanPerson.name1..1todowhere(use='official')
Patient.birthDate1..1todois equivalent toPerson.dob1..1todo
Patient.deceasedDateTimeis equivalent toPerson.dod0..1todo
Patient.address0..0todois broader thanPerson.address0..1todowhere(use='usual')

Source

{
  "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')"
            }
          ]
        }
      ]
    }
  ]
}