HL7 Czech PS Implementation Guide
0.0.1 - ci-build
HL7 Czech PS Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/ps/ and changes regularly. See the Directory of published versions
| Official URL: https://hl7.cz/fhir/ps/ConceptMap/medicationSummary2FHIR-cz-ps | Version: 0.0.1 | |||
| Draft as of 2025-12-29 | Computable Name: MedicationSummary2FHIRCzPs | |||
PS Medication Summary Model to this guide mapping
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 |