FHIR IG analytics| Package | hl7.fhir.cz.ps |
| Resource Type | ConceptMap |
| Id | ConceptMap-medicationSummary2FHIR-cz-ps.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7-cz/ps/ConceptMap-medicationSummary2FHIR-cz-ps.html |
| URL | https://hl7.cz/fhir/ps/ConceptMap/medicationSummary2FHIR-cz-ps |
| Version | 0.0.1 |
| Status | draft |
| Date | 2026-01-05T15:11:51+00:00 |
| Name | MedicationSummary2FHIRCzPs |
| Title | ConceptMap: Medication Summary to FHIR Patient Summary (CZ) |
| Realm | cz |
| Authority | hl7 |
| Description | PS Medication Summary Model to this guide mapping |
No resources found
| StructureDefinition | |
| LogMedicationSummaryCzEn | A.2.5 Medication Summary |
| cz-composition-ps | Composition (CZ PS) |
| cz-medication-ps | Medication (CZ PS) |
| cz-medicationstatement-ps | MedicationStatement (CZ PS) |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap medicationSummary2FHIR-cz-ps
Mapping from (not specified) to (not specified)
Group 1 Mapping from A.2.5 Medication Summary to Composition (CZ PS)
| Source Code | Relationship | Target Code | Comment |
| medicationSummary.medication (A.2.5.1 - Medication) | is equivalent to | Composition.section:sectionMedications.entry (Composition.section:sectionMedications.entry (MedicationStatement | Medication)) | Each logical model item 'medication' SHALL be represented as an entry; primary target is MedicationStatement (CZ PS). Other entry types may be used when the source data is orders/dispenses/administrations. |
Group 2 Mapping from A.2.5 Medication Summary to MedicationStatement (CZ PS)
| Source Code | Relationship | Target Code | Comment |
| medication.indication (A.2.5.1.1 - Indication) | is equivalent to | MedicationStatement.reasonCode | If the indication is a reference to a problem/condition, map to MedicationStatement.reasonReference (Condition) instead of/in addition to reasonCode. |
| medication.suklCode (A.2.5.1.2 - SÚKL code) | is equivalent to | MedicationStatement.medication[x]:medicationCodeableConcept (MedicationStatement.medicationCodeableConcept (coding: SÚKL/DLP)) | Preferred: CodeableConcept with SÚKL coding. If your CZ PS profile uses medicationReference -> Medication, map SÚKL code to Medication.code instead. |
| medication.medicinalProductName (A.2.5.1.3 - Medicinal product name) | is equivalent to | MedicationStatement.medication[x]:medicationCodeableConcept.text (MedicationStatement.medicationCodeableConcept.text) | |
| medication.dosage (A.2.5.1.7 - Dosage) | is equivalent to | MedicationStatement.dosage.doseAndRate | |
| medication.routeOfAdministration (A.2.5.1.8 - Route of administration) | is equivalent to | MedicationStatement.dosage.route (MedicationStatement.dosageInstruction.route) | |
| medication.administrationPeriod (A.2.5.1.9 - Administration period) | is equivalent to | MedicationStatement.effective[x] (MedicationStatement.effectivePeriod) | |
| medication.recommendedDurationOfUse (A.2.5.1.10 - Recommended duration of use) | is equivalent to | MedicationStatement.dosage.timing.repeat.bounds[x] | Represents the intended duration of therapy using boundsDuration or boundsPeriod. For long-term or indefinite therapy, the bounds element is typically not populated and the duration may be expressed in Dosage.text. |
| medication.intendedUse (A.2.5.1.11 - Intended use) | is related to | MedicationStatement.category |
Group 3 Mapping from A.2.5 Medication Summary to Medication (CZ PS)
| Source Code | Relationship | Target Code | Comment |
| medication.activeSubstances (A.2.5.1.4 - Active substances) | is equivalent to | Medication.ingredient.item[x] (Medication.ingredient.itemCodeableConcept) | |
| medication.strength (A.2.5.1.5 - Strength) | is related to | Medication.ingredient.strength (Medication.ingredient.strength (Ratio)) | Logical model uses CodeableConcept; FHIR uses Ratio. If you do not want to compute Ratio, keep as text via an extension. |
| medication.doseForm (A.2.5.1.6 - Pharmaceutical dose form) | is equivalent to | Medication.form |
{
"resourceType": "ConceptMap",
"id": "medicationSummary2FHIR-cz-ps",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.cz/fhir/ps/ConceptMap/medicationSummary2FHIR-cz-ps",
"version": "0.0.1",
"name": "MedicationSummary2FHIRCzPs",
"title": "ConceptMap: Medication Summary to FHIR Patient Summary (CZ)",
"status": "draft",
"experimental": true,
"date": "2026-01-05T15:11:51+00:00",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.cz/"
}
]
}
],
"description": "PS Medication Summary Model to this guide mapping",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"group": [
{
"source": "https://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn",
"target": "https://hl7.cz/fhir/ps/StructureDefinition/cz-composition-ps",
"element": [
{
"code": "medicationSummary.medication",
"display": "A.2.5.1 - Medication",
"target": [
{
"code": "Composition.section:sectionMedications.entry",
"display": "Composition.section:sectionMedications.entry (MedicationStatement | Medication)",
"equivalence": "equivalent",
"comment": "Each logical model item 'medication' SHALL be represented as an entry; primary target is MedicationStatement (CZ PS). Other entry types may be used when the source data is orders/dispenses/administrations."
}
]
}
]
},
{
"source": "https://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn",
"target": "https://hl7.cz/fhir/ps/StructureDefinition/cz-medicationstatement-ps",
"element": [
{
"code": "medication.indication",
"display": "A.2.5.1.1 - Indication",
"target": [
{
"code": "MedicationStatement.reasonCode",
"display": "MedicationStatement.reasonCode",
"equivalence": "equivalent",
"comment": "If the indication is a reference to a problem/condition, map to MedicationStatement.reasonReference (Condition) instead of/in addition to reasonCode."
}
]
},
{
"code": "medication.suklCode",
"display": "A.2.5.1.2 - SÚKL code",
"target": [
{
"code": "MedicationStatement.medication[x]:medicationCodeableConcept",
"display": "MedicationStatement.medicationCodeableConcept (coding: SÚKL/DLP)",
"equivalence": "equivalent",
"comment": "Preferred: CodeableConcept with SÚKL coding. If your CZ PS profile uses medicationReference -> Medication, map SÚKL code to Medication.code instead."
}
]
},
{
"code": "medication.medicinalProductName",
"display": "A.2.5.1.3 - Medicinal product name",
"target": [
{
"code": "MedicationStatement.medication[x]:medicationCodeableConcept.text",
"display": "MedicationStatement.medicationCodeableConcept.text",
"equivalence": "equivalent"
}
]
},
{
"code": "medication.dosage",
"display": "A.2.5.1.7 - Dosage",
"target": [
{
"code": "MedicationStatement.dosage.doseAndRate",
"display": "MedicationStatement.dosage.doseAndRate",
"equivalence": "equivalent"
}
]
},
{
"code": "medication.routeOfAdministration",
"display": "A.2.5.1.8 - Route of administration",
"target": [
{
"code": "MedicationStatement.dosage.route",
"display": "MedicationStatement.dosageInstruction.route",
"equivalence": "equivalent"
}
]
},
{
"code": "medication.administrationPeriod",
"display": "A.2.5.1.9 - Administration period",
"target": [
{
"code": "MedicationStatement.effective[x]",
"display": "MedicationStatement.effectivePeriod",
"equivalence": "equivalent"
}
]
},
{
"code": "medication.recommendedDurationOfUse",
"display": "A.2.5.1.10 - Recommended duration of use",
"target": [
{
"code": "MedicationStatement.dosage.timing.repeat.bounds[x]",
"display": "MedicationStatement.dosage.timing.repeat.bounds[x]",
"equivalence": "equivalent",
"comment": "Represents the intended duration of therapy using boundsDuration or boundsPeriod. For long-term or indefinite therapy, the bounds element is typically not populated and the duration may be expressed in Dosage.text."
}
]
},
{
"code": "medication.intendedUse",
"display": "A.2.5.1.11 - Intended use",
"target": [
{
"code": "MedicationStatement.category",
"display": "MedicationStatement.category",
"equivalence": "relatedto"
}
]
}
]
},
{
"source": "https://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn",
"target": "https://hl7.cz/fhir/ps/StructureDefinition/cz-medication-ps",
"element": [
{
"code": "medication.activeSubstances",
"display": "A.2.5.1.4 - Active substances",
"target": [
{
"code": "Medication.ingredient.item[x]",
"display": "Medication.ingredient.itemCodeableConcept",
"equivalence": "equivalent"
}
]
},
{
"code": "medication.strength",
"display": "A.2.5.1.5 - Strength",
"target": [
{
"code": "Medication.ingredient.strength",
"display": "Medication.ingredient.strength (Ratio)",
"equivalence": "relatedto",
"comment": "Logical model uses CodeableConcept; FHIR uses Ratio. If you do not want to compute Ratio, keep as text via an extension."
}
]
},
{
"code": "medication.doseForm",
"display": "A.2.5.1.6 - Pharmaceutical dose form",
"target": [
{
"code": "Medication.form",
"display": "Medication.form",
"equivalence": "equivalent"
}
]
}
]
}
]
}