| Package | hl7.fhir.cz.lab |
| Resource Type | ConceptMap |
| Id | payer2FHIR-cz-lab |
| FHIR Version | R4 |
| Source | https://hl7.cz/fhir/lab/https://build.fhir.org/ig/HL7-cz/cz-lab/ConceptMap-payer2FHIR-cz-lab.html |
| URL | https://hl7.cz/fhir/lab/ConceptMap/payer2FHIR-cz-lab |
| Version | 0.5.0 |
| Status | draft |
| Date | 2025-07-01T07:12:43+00:00 |
| Name | Payer2Fhir |
| Title | eHN Payer to this guide Map |
| Realm | cz |
| Authority | hl7 |
| Description | eHN Payer Model to this guide Map |
| Purpose | It shows how the Laboratory Report Payer data set defined by the EU eHN guidelines is mapped into this guide |
No resources found
| StructureDefinition | |
| PayerCz | A.1.3 - Health insurance and payment information |
| cz-service-request-lab | ServiceRequest: Laboratory Order |
| cz-coverage | Coverage (CZ) |
| cz-patient-core | Patient (CZ core) |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap payer2FHIR-cz-lab
Mapping from (not specified) to (not specified)
Group 1 Mapping from A.1.3 - Health insurance and payment information to ServiceRequest: Laboratory Order
| Source Code | Relationship | Target Code | Comment |
| Payer.identifier (A.1.3.1 Health insurance code) | is related to | ServiceRequest.insurance | details in Group 2 |
| Payer.name (A.1.3.2 Health insurance name) | is related to | ServiceRequest.insurance | details in Group 2 |
| Payer.subjectIdentifier (A.1.3.3 Health insurance number) | is related to | ServiceRequest.insurance | details in Group 2 |
Group 2 Mapping from A.1.3 - Health insurance and payment information to Coverage (CZ)
| Source Code | Relationship | Target Code | Comment |
| Payer.identifier (A.1.3.1 Health insurance code) | is equivalent to | Coverage.payor.identifier | payor.ofType(Organization) |
| Payer.name (A.1.3.2 Health insurance name) | is equivalent to | Coverage.payor.name | payor.ofType(Organization) |
| Payer.subjectIdentifier (A.1.3.3 Health insurance number) | is equivalent to | Coverage.policyHolder.identifier | If it refers to the owner of the policy |
| Payer.subjectIdentifier (A.1.3.3 Health insurance number) | is equivalent to | Coverage.beneficiary.identifier | If it refers to the plan beneficiary |
| Payer.subjectIdentifier (A.1.3.3 Health insurance number) | is equivalent to | Coverage.subscriberId | If it is the ID assigned to the subscriber |
| Payer.subjectIdentifier (A.1.3.3 Health insurance number) | is equivalent to | Coverage.subscriber.identifier | If it refers to the subscriber to the policy and the Subscriber is of type Patient |
Group 3 Mapping from A.1.3 - Health insurance and payment information to Patient (CZ core)
| Source Code | Relationship | Target Code | Comment |
| Payer.identifier (A.1.3.1 Health insurance code) | (not mapped) | ||
| Payer.name (A.1.3.2 Health insurance name) | (not mapped) | ||
| Payer.subjectIdentifier (A.1.3.3 Health insurance number) | is equivalent to | Patient.identifier | If treated as one of the Patient identifiers; this applies in some jurisdictions |
{
"resourceType": "ConceptMap",
"id": "payer2FHIR-cz-lab",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative"
}
],
"url": "https://hl7.cz/fhir/lab/ConceptMap/payer2FHIR-cz-lab",
"version": "0.5.0",
"name": "Payer2Fhir",
"title": "eHN Payer to this guide Map",
"status": "draft",
"experimental": true,
"date": "2025-07-01T07:12:43+00:00",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://hl7.cz"
}
]
}
],
"description": "eHN Payer Model to this guide Map",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"purpose": "It shows how the Laboratory Report Payer data set defined by the EU eHN guidelines is mapped into this guide",
"group": [
{
"source": "https://hl7.cz/fhir/lab/StructureDefinition/PayerCz",
"target": "https://hl7.cz/fhir/lab/StructureDefinition/cz-service-request-lab",
"element": [
{
"code": "Payer.identifier",
"display": "A.1.3.1 Health insurance code",
"target": [
{
"code": "ServiceRequest.insurance",
"equivalence": "relatedto",
"comment": "details in Group 2"
}
]
},
{
"code": "Payer.name",
"display": "A.1.3.2 Health insurance name",
"target": [
{
"code": "ServiceRequest.insurance",
"equivalence": "relatedto",
"comment": "details in Group 2"
}
]
},
{
"code": "Payer.subjectIdentifier",
"display": "A.1.3.3 Health insurance number",
"target": [
{
"code": "ServiceRequest.insurance",
"equivalence": "relatedto",
"comment": "details in Group 2"
}
]
}
]
},
{
"source": "https://hl7.cz/fhir/lab/StructureDefinition/PayerCz",
"target": "https://hl7.cz/fhir/core/StructureDefinition/cz-coverage",
"element": [
{
"code": "Payer.identifier",
"display": "A.1.3.1 Health insurance code",
"target": [
{
"code": "Coverage.payor.identifier",
"equivalence": "equivalent",
"comment": "payor.ofType(Organization)"
}
]
},
{
"code": "Payer.name",
"display": "A.1.3.2 Health insurance name",
"target": [
{
"code": "Coverage.payor.name",
"equivalence": "equivalent",
"comment": "payor.ofType(Organization)"
}
]
},
{
"code": "Payer.subjectIdentifier",
"display": "A.1.3.3 Health insurance number",
"target": [
{
"code": "Coverage.policyHolder.identifier",
"equivalence": "equivalent",
"comment": "If it refers to the owner of the policy"
}
]
},
{
"code": "Payer.subjectIdentifier",
"display": "A.1.3.3 Health insurance number",
"target": [
{
"code": "Coverage.beneficiary.identifier",
"equivalence": "equivalent",
"comment": "If it refers to the plan beneficiary"
}
]
},
{
"code": "Payer.subjectIdentifier",
"display": "A.1.3.3 Health insurance number",
"target": [
{
"code": "Coverage.subscriberId",
"equivalence": "equivalent",
"comment": "If it is the ID assigned to the subscriber"
}
]
},
{
"code": "Payer.subjectIdentifier",
"display": "A.1.3.3 Health insurance number",
"target": [
{
"code": "Coverage.subscriber.identifier",
"equivalence": "equivalent",
"comment": "If it refers to the subscriber to the policy and the Subscriber is of type Patient"
}
]
}
]
},
{
"source": "https://hl7.cz/fhir/lab/StructureDefinition/PayerCz",
"target": "https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core",
"element": [
{
"code": "Payer.identifier",
"display": "A.1.3.1 Health insurance code",
"target": [
{
"equivalence": "unmatched"
}
]
},
{
"code": "Payer.name",
"display": "A.1.3.2 Health insurance name",
"target": [
{
"equivalence": "unmatched"
}
]
},
{
"code": "Payer.subjectIdentifier",
"display": "A.1.3.3 Health insurance number",
"target": [
{
"code": "Patient.identifier",
"equivalence": "equivalent",
"comment": "If treated as one of the Patient identifiers; this applies in some jurisdictions"
}
]
}
]
}
]
}