FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.ps
Resource TypeStructureDefinition
IdStructureDefinition-LogMedicationSummaryCzEn.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/ps/StructureDefinition-LogMedicationSummaryCzEn.html
URLhttps://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn
Version0.0.1
Statusdraft
Date2026-01-05T15:11:51+00:00
NameLogCzMedicationSummaryEn
TitleA.2.5 Medication Summary
Realmcz
Authorityhl7
DescriptionLogical model for medication summary in the Patient Summary.
Typehttps://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn
Kindlogical

Resources that use this resource

ConceptMap
medicationSummary2FHIR-cz-psConceptMap: Medication Summary to FHIR Patient Summary (CZ)
StructureDefinition
LogBodyPSCzEnA.2 – Document Body

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition LogMedicationSummaryCzEn

NameFlagsCard.TypeDescription & Constraintsdoco
.. LogMedicationSummaryCzEn 0..*BaseA.2.5 Medication Summary
... medication 0..*BaseA.2.5.1 Medication
.... indication 0..1CodeableConceptA.2.5.1.1 Indication
.... suklCode 1..1CodeableConceptA.2.5.1.2 SÚKL code
.... medicinalProductName 1..1stringA.2.5.1.3 Medicinal product name
.... activeSubstances 0..*CodeableConceptA.2.5.1.4 Active substances
.... strength 0..1CodeableConceptA.2.5.1.5 Strength
.... doseForm 0..1CodeableConceptA.2.5.1.6 Pharmaceutical dose form
.... dosage 0..*CodeableConceptA.2.5.1.7 Dosage
.... routeOfAdministration 0..1CodeableConceptA.2.5.1.8 Route of administration
.... administrationPeriod 0..1PeriodA.2.5.1.9 Administration period
.... recommendedDurationOfUse 0..1stringA.2.5.1.10 Recommended duration of use
.... intendedUse 0..*BaseA.2.5.1.11 Intended use

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "LogMedicationSummaryCzEn",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn",
  "version": "0.0.1",
  "name": "LogCzMedicationSummaryEn",
  "title": "A.2.5 Medication Summary",
  "status": "draft",
  "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": "Logical model for medication summary in the Patient Summary.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/ps/StructureDefinition/LogMedicationSummaryCzEn",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "LogMedicationSummaryCzEn",
        "path": "LogMedicationSummaryCzEn",
        "short": "A.2.5 Medication Summary",
        "definition": "Logical model for medication summary in the Patient Summary.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LogMedicationSummaryCzEn.medication",
        "path": "LogMedicationSummaryCzEn.medication",
        "short": "A.2.5.1 Medication",
        "definition": "List of medicinal products used by the patient, exceptionally also dietary supplements.\n  Includes prescribed medicines whose treatment period has not yet ended, regardless of dispensing,\n  as well as medicines affecting the current health status or important for ongoing care.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.indication",
        "path": "LogMedicationSummaryCzEn.medication.indication",
        "short": "A.2.5.1.1 Indication",
        "definition": "Reason for the medication. The reason may be described as free text or by reference to a clinical reason\n    (a health problem listed in the problem list).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.indication",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.suklCode",
        "path": "LogMedicationSummaryCzEn.medication.suklCode",
        "short": "A.2.5.1.2 SÚKL code",
        "definition": "Medicinal product code according to the SÚKL database.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.suklCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.medicinalProductName",
        "path": "LogMedicationSummaryCzEn.medication.medicinalProductName",
        "short": "A.2.5.1.3 Medicinal product name",
        "definition": "Registered name of the medicinal product according to the medicinal products database.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.medicinalProductName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.activeSubstances",
        "path": "LogMedicationSummaryCzEn.medication.activeSubstances",
        "short": "A.2.5.1.4 Active substances",
        "definition": "List of active substances contained in the medicinal product, derived from the HVLP or IVLP record\n    in the SÚKL medicinal products database (DLP). Active substances are specified by name and optionally\n    by ATC code or IDMP identifier according to the Substance Registration System (SRS).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.activeSubstances",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.strength",
        "path": "LogMedicationSummaryCzEn.medication.strength",
        "short": "A.2.5.1.5 Strength",
        "definition": "Strength of the active substance contained in the medicinal product.\n    The strength is expressed in relation to the unit of administration, e.g., 500 mg per tablet.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.strength",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.doseForm",
        "path": "LogMedicationSummaryCzEn.medication.doseForm",
        "short": "A.2.5.1.6 Pharmaceutical dose form",
        "definition": "Pharmaceutical dose form contained in the package, expressed as a code (e.g., syrup, tablet).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.doseForm",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.dosage",
        "path": "LogMedicationSummaryCzEn.medication.dosage",
        "short": "A.2.5.1.7 Dosage",
        "definition": "Frequency and number of units per administration, expressed as free text or in a structured form.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.dosage",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.routeOfAdministration",
        "path": "LogMedicationSummaryCzEn.medication.routeOfAdministration",
        "short": "A.2.5.1.8 Route of administration",
        "definition": "Route of administration.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.routeOfAdministration",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.administrationPeriod",
        "path": "LogMedicationSummaryCzEn.medication.administrationPeriod",
        "short": "A.2.5.1.9 Administration period",
        "definition": "Time interval during which the medication was or was not administered to the patient.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.administrationPeriod",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.recommendedDurationOfUse",
        "path": "LogMedicationSummaryCzEn.medication.recommendedDurationOfUse",
        "short": "A.2.5.1.10 Recommended duration of use",
        "definition": "For some medicinal products the duration of use is limited, while for many long-term or lifelong use\n    is assumed. For certain medicines, the duration of use is strictly limited.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.recommendedDurationOfUse",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.intendedUse",
        "path": "LogMedicationSummaryCzEn.medication.intendedUse",
        "short": "A.2.5.1.11 Intended use",
        "definition": "Purpose of use: prevention or treatment (prophylaxis, treatment, diagnostics, anesthesia, care of medical devices).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogMedicationSummaryCzEn.medication.intendedUse",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LogMedicationSummaryCzEn",
        "path": "LogMedicationSummaryCzEn",
        "short": "A.2.5 Medication Summary",
        "definition": "Logical model for medication summary in the Patient Summary."
      },
      {
        "id": "LogMedicationSummaryCzEn.medication",
        "path": "LogMedicationSummaryCzEn.medication",
        "short": "A.2.5.1 Medication",
        "definition": "List of medicinal products used by the patient, exceptionally also dietary supplements.\n  Includes prescribed medicines whose treatment period has not yet ended, regardless of dispensing,\n  as well as medicines affecting the current health status or important for ongoing care.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.indication",
        "path": "LogMedicationSummaryCzEn.medication.indication",
        "short": "A.2.5.1.1 Indication",
        "definition": "Reason for the medication. The reason may be described as free text or by reference to a clinical reason\n    (a health problem listed in the problem list).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.suklCode",
        "path": "LogMedicationSummaryCzEn.medication.suklCode",
        "short": "A.2.5.1.2 SÚKL code",
        "definition": "Medicinal product code according to the SÚKL database.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.medicinalProductName",
        "path": "LogMedicationSummaryCzEn.medication.medicinalProductName",
        "short": "A.2.5.1.3 Medicinal product name",
        "definition": "Registered name of the medicinal product according to the medicinal products database.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.activeSubstances",
        "path": "LogMedicationSummaryCzEn.medication.activeSubstances",
        "short": "A.2.5.1.4 Active substances",
        "definition": "List of active substances contained in the medicinal product, derived from the HVLP or IVLP record\n    in the SÚKL medicinal products database (DLP). Active substances are specified by name and optionally\n    by ATC code or IDMP identifier according to the Substance Registration System (SRS).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.strength",
        "path": "LogMedicationSummaryCzEn.medication.strength",
        "short": "A.2.5.1.5 Strength",
        "definition": "Strength of the active substance contained in the medicinal product.\n    The strength is expressed in relation to the unit of administration, e.g., 500 mg per tablet.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.doseForm",
        "path": "LogMedicationSummaryCzEn.medication.doseForm",
        "short": "A.2.5.1.6 Pharmaceutical dose form",
        "definition": "Pharmaceutical dose form contained in the package, expressed as a code (e.g., syrup, tablet).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.dosage",
        "path": "LogMedicationSummaryCzEn.medication.dosage",
        "short": "A.2.5.1.7 Dosage",
        "definition": "Frequency and number of units per administration, expressed as free text or in a structured form.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.routeOfAdministration",
        "path": "LogMedicationSummaryCzEn.medication.routeOfAdministration",
        "short": "A.2.5.1.8 Route of administration",
        "definition": "Route of administration.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.administrationPeriod",
        "path": "LogMedicationSummaryCzEn.medication.administrationPeriod",
        "short": "A.2.5.1.9 Administration period",
        "definition": "Time interval during which the medication was or was not administered to the patient.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.recommendedDurationOfUse",
        "path": "LogMedicationSummaryCzEn.medication.recommendedDurationOfUse",
        "short": "A.2.5.1.10 Recommended duration of use",
        "definition": "For some medicinal products the duration of use is limited, while for many long-term or lifelong use\n    is assumed. For certain medicines, the duration of use is strictly limited.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogMedicationSummaryCzEn.medication.intendedUse",
        "path": "LogMedicationSummaryCzEn.medication.intendedUse",
        "short": "A.2.5.1.11 Intended use",
        "definition": "Purpose of use: prevention or treatment (prophylaxis, treatment, diagnostics, anesthesia, care of medical devices).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  }
}