FHIR IG analytics| Package | ch.fhir.ig.ch-ems |
| Resource Type | ConceptMap |
| Id | ConceptMap-EmsPatient2Fhir.json |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-ems/2.0.0-ballot/ConceptMap-EmsPatient2Fhir.html |
| URL | http://fhir.ch/ig/ch-ems/ConceptMap/EmsPatient2Fhir |
| Version | 2.0.0-ballot |
| Status | active |
| Date | 2026-06-15T08:00:21+00:00 |
| Name | EmsPatient2Fhir |
| Title | EMS Patient to FHIR Mapping |
| Realm | ch |
| Authority | hl7 |
| Description | This map shows how the patient section from the EMS Protocol is represented using FHIR. |
| Copyright | CC0-1.0 |
No resources found
| StructureDefinition | ||
| ch.fhir.ig.ch-ems#2.0.0-ballot | ch-ems-composition | CH EMS Composition |
| ch.fhir.ig.ch-ems#2.0.0-ballot | ch-ems-coverage | CH EMS Coverage |
| ch.fhir.ig.ch-ems#2.0.0-ballot | ch-ems-patient | CH EMS Patient |
| ch.fhir.ig.ch-ems#2.0.0-ballot | ch-ems-servicerequest | CH EMS ServiceRequest |
| ch.fhir.ig.ch-ems#2.0.0-ballot | logicalmodel-ems-protocol | EMS Protocol |
Note: links and images are rebased to the (stated) source
Mapping from (not specified) to (not specified)
Group 1 Mapping from EMS Protocol to CH EMS Composition
| Source Code | Card. | Type | Relationship | Target Code | Card. | Type |
| EMSProtocol.patient | 1..1 | todo | is equivalent to | Composition.subject | 1..1 | todo |
Group 2 Mapping from EMS Protocol to CH EMS Patient
Group 3 Mapping from EMS Protocol to CH EMS ServiceRequest
| Source Code | Card. | Type | Relationship | Target Code | Card. | Type |
| EMSProtocol.patient.insurance | 0..1 | todo | is equivalent to | ServiceRequest.insurance | 0..* | todo |
Group 4 Mapping from EMS Protocol to CH EMS Coverage
| Source Code | Card. | Type | Relationship | Target Code | Card. | Type |
| EMSProtocol.patient.insurance | 0..1 | todo | is equivalent to | Coverage.payor | 1..* | todo |
| EMSProtocol.patient.insuranceCardNumber | 0..1 | todo | is equivalent to | Coverage.identifier:insuranceCardNumber | 0..1 | todo |
{
"resourceType": "ConceptMap",
"id": "EmsPatient2Fhir",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-ems/ConceptMap/EmsPatient2Fhir",
"version": "2.0.0-ballot",
"name": "EmsPatient2Fhir",
"title": "EMS Patient to FHIR Mapping",
"status": "active",
"experimental": false,
"date": "2026-06-15T08:00:21+00:00",
"publisher": "HL7 Switzerland",
"contact": [
{
"name": "HL7 Switzerland",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ch/"
}
]
},
{
"name": "HL7 Switzerland",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ch/",
"use": "work"
}
]
}
],
"description": "This map shows how the patient section from the EMS Protocol is represented using FHIR.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH"
}
]
}
],
"copyright": "CC0-1.0",
"group": [
{
"source": "http://fhir.ch/ig/ch-ems/StructureDefinition/logicalmodel-ems-protocol",
"target": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-composition",
"element": [
{
"code": "EMSProtocol.patient",
"target": [
{
"code": "Composition.subject",
"equivalence": "equivalent"
}
]
}
]
},
{
"source": "http://fhir.ch/ig/ch-ems/StructureDefinition/logicalmodel-ems-protocol",
"target": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient",
"element": [
{
"code": "EMSProtocol.patient.name",
"target": [
{
"code": "Patient.name",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.name.firstName",
"target": [
{
"code": "Patient.name.given",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.name.lastName",
"target": [
{
"code": "Patient.name.family",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.placeOfOrigin",
"target": [
{
"code": "Patient.extension:placeOfOrigin",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.citizenship",
"target": [
{
"code": "Patient.extension:citizenship",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.birthDate",
"target": [
{
"code": "Patient.birthDate",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.gender",
"target": [
{
"code": "Patient.gender",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.insuranceCardNumber",
"target": [
{
"code": "Patient.identifier:AHVN13",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.oasiNumber",
"target": [
{
"code": "Patient.identifier:AHVN13",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.plsId",
"target": [
{
"code": "Patient.identifier:LocalPid",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.identification",
"target": [
{
"code": "Patient.extension:identification",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.identification.medium",
"target": [
{
"code": "Patient.extension:identification.extension:medium",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.identification.source",
"target": [
{
"code": "Patient.extension:identification.extension:source",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.address",
"target": [
{
"code": "Patient.address",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.address.street",
"target": [
{
"code": "Patient.address.line",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.address.zipCode",
"target": [
{
"code": "Patient.address.postalCode",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.address.city",
"target": [
{
"code": "Patient.address.city",
"equivalence": "equivalent"
}
]
}
]
},
{
"source": "http://fhir.ch/ig/ch-ems/StructureDefinition/logicalmodel-ems-protocol",
"target": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-servicerequest",
"element": [
{
"code": "EMSProtocol.patient.insurance",
"target": [
{
"code": "ServiceRequest.insurance",
"equivalence": "equivalent"
}
]
}
]
},
{
"source": "http://fhir.ch/ig/ch-ems/StructureDefinition/logicalmodel-ems-protocol",
"target": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-coverage",
"element": [
{
"code": "EMSProtocol.patient.insurance",
"target": [
{
"code": "Coverage.payor",
"equivalence": "equivalent"
}
]
},
{
"code": "EMSProtocol.patient.insuranceCardNumber",
"target": [
{
"code": "Coverage.identifier:insuranceCardNumber",
"equivalence": "equivalent"
}
]
}
]
}
]
}