| Draft as of 2025-07-07 |
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:StructureMap ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ERPTPrescriptionStructureMapKBVPZNMedication"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureMap ERPTPrescriptionStructureMapKBVPZNMedication</b></p><a name=\"ERPTPrescriptionStructureMapKBVPZNMedication\"> </a><a name=\"hcERPTPrescriptionStructureMapKBVPZNMedication\"> </a><pre class=\"fml\">#xD;\n<b>map</b><span style=\"color: navy\"> \"</span>https://gematik.de/fhir/erp-t-prescription/StructureMap/ERPTPrescriptionStructureMapKBVPZNMedication<span style=\"color: navy\">\" = \"</span>ERPTPrescriptionStructureMapKBVPZNMedication<span style=\"color: navy\">\"#xD;\n#xD;\n</span><span style=\"color: navy\">// </span><span style=\"color: green\">Mapping-Anweisungen zur Transformation von KBV PZN-Medikamenten zu BfArM T-Prescription Format</span>#xD;\n#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"http://hl7.org/fhir/R4/medication.html\" title=\"Medication\">http://hl7.org/fhir/StructureDefinition/Medication</a><span style=\"color: navy\">\" </span><b>alias </b>kbvMedicationPZN <b>as </b><b>source</b>#xD;\n<b>uses</b><span style=\"color: navy\"> \"</span><a href=\"http://hl7.org/fhir/R4/medication.html\" title=\"Medication\">http://hl7.org/fhir/StructureDefinition/Medication</a><span style=\"color: navy\">\" </span><b>alias </b>bfarmMedication <b>as </b><b>target</b>#xD;\n#xD;\n<span style=\"color: navy\">// </span><span style=\"color: green\">Mapping-Anweisungen zur Transformation von KBV PZN-Medikamenten zu BfArM T-Prescription Format</span>#xD;\n<b>group </b>ERPTPrescriptionStructureMapKBVPZNMedication<span style=\"color: navy\">(</span><b>source</b> <span style=\"color: maroon\">kbvMedicationPZN</span><span style=\"color: navy\"> : </span>kbvMedicationPZN, <b>target</b> <span style=\"color: maroon\">bfarmMedication</span><span style=\"color: navy\"> : </span>bfarmMedication<span style=\"color: navy\">)</span><span style=\"color: navy\"> {#xD;\n</span> kbvMedicationPZN.extension<b> as </b><span style=\"color: maroon\">extVar</span><span style=\"color: navy\"><b> -> </b></span>bfarmMedication.extension<b> as </b><span style=\"color: maroon\">tgtExtVar</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> extVar<b> where </b>url='http://fhir.de/StructureDefinition/normgroesse'<span style=\"color: navy\"><b> -> </b></span>tgtExtVar.url = <span style=\"color: blue\">'http://fhir.de/StructureDefinition/normgroesse'</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> extVar.value<b> as </b><span style=\"color: maroon\">extValVar</span><span style=\"color: navy\"><b> -> </b></span>tgtExtVar.value = <span style=\"color: maroon\">extValVar</span> <i>\"copyExtensionValue\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Kopiert den Wert der Normgröße-Extension (N1, N2, N3)</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"copyNormgroesseExtensionUrl\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Übernimmt die Normgröße-Extension unverändert (deutsche Packungsgrößenangabe)</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"medicationExt\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Mappt Medication-Extensions von KBV- zu BfArM-Format</span>#xD;\n kbvMedicationPZN.id<b> as </b><span style=\"color: maroon\">IdVar</span><span style=\"color: navy\"><b> -> </b></span>bfarmMedication.id = <span style=\"color: maroon\">IdVar</span> <i>\"medicationId\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Übernimmt die eindeutige Medication-ID unverändert</span>#xD;\n kbvMedicationPZN.code<b> as </b><span style=\"color: maroon\">codeVar</span><span style=\"color: navy\"><b> -> </b></span>bfarmMedication.code = <span style=\"color: maroon\">codeVar</span> <i>\"medicationCode\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Kopiert den Medikamentencode (PZN - Pharmazentralnummer) für die eindeutige Identifikation</span>#xD;\n kbvMedicationPZN.form<b> as </b><span style=\"color: maroon\">formVar</span><span style=\"color: navy\"><b> -> </b></span>bfarmMedication.form = <span style=\"color: maroon\">formVar</span> <i>\"medicationForm\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Übernimmt die Darreichungsform (Tabletten, Kapseln, Tropfen, etc.)</span>#xD;\n kbvMedicationPZN.amount<b> as </b><span style=\"color: maroon\">amountVar</span><span style=\"color: navy\"><b> -> </b></span>bfarmMedication.amount<b> as </b><span style=\"color: maroon\">tgtAmountVar</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> amountVar.denominator<b> as </b><span style=\"color: maroon\">amountDenominatorVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountVar.denominator = <span style=\"color: maroon\">amountDenominatorVar</span> <i>\"medicationAmountDenominator\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Kopiert den Nenner der Mengenangabe (z.B. '1' für 'pro Packung')</span>#xD;\n amountVar.numerator<b> as </b><span style=\"color: maroon\">amountNumeratorVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountVar.numerator<b> as </b><span style=\"color: maroon\">tgtAmountNumeratorVar</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> amountNumeratorVar.extension<b> as </b><span style=\"color: maroon\">amountNumExtVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountNumeratorVar.extension<b> as </b><span style=\"color: maroon\">tgtAmountNumExtVar</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> amountNumExtVar<b> where </b>url='https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize'<span style=\"color: navy\"><b> -> </b></span>tgtAmountNumExtVar.url = <span style=\"color: blue\">'https://gematik.de/fhir/epa-medication/StructureDefinition/medication-packaging-size-extension'</span><b> then</b><span style=\"color: navy\"> {#xD;\n</span> amountNumExtVar.value<b> as </b><span style=\"color: maroon\">extValVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountNumExtVar.value = <span style=\"color: maroon\">extValVar</span> <i>\"copyExtensionValue\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Übernimmt den Packungsgrößenwert unverändert</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"copyPackagingSizeExtensionUrl\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Wandelt KBV-Packungsgrößen-Extension in gematik EPA-Medication Extension um</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"medicationAmountExt\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Transformiert Packungsgrößen-Extensions von KBV- zu gematik-Format</span>#xD;\n amountNumeratorVar.value<b> as </b><span style=\"color: maroon\">amountNumeratorValueVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountNumeratorVar.value = <span style=\"color: maroon\">amountNumeratorValueVar</span> <i>\"medicationAmountNumeratorValue\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Kopiert den numerischen Wert der Menge (z.B. '20' für 20 Tabletten)</span>#xD;\n amountNumeratorVar.unit<b> as </b><span style=\"color: maroon\">amountNumeratorUnitVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountNumeratorVar.unit = <span style=\"color: maroon\">amountNumeratorUnitVar</span> <i>\"medicationAmountNumeratorUnit\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Übernimmt die Mengeneinheit (Stück, ml, g, etc.)</span>#xD;\n amountNumeratorVar.system<b> as </b><span style=\"color: maroon\">amountNumeratorSystemVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountNumeratorVar.system = <span style=\"color: maroon\">amountNumeratorSystemVar</span> <i>\"medicationAmountNumeratorSystem\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Kopiert das Codesystem für die Mengeneinheit (meist UCUM)</span>#xD;\n amountNumeratorVar.code<b> as </b><span style=\"color: maroon\">amountNumeratorCodeVar</span><span style=\"color: navy\"><b> -> </b></span>tgtAmountNumeratorVar.code = <span style=\"color: maroon\">amountNumeratorCodeVar</span> <i>\"medicationAmountNumeratorCode\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Übernimmt den standardisierten Code für die Mengeneinheit</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"medicationAmountNumerator\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Mappt den Zähler der Mengenangabe mit allen Details (Wert, Einheit, Extensions)</span>#xD;\n <span style=\"color: navy\">}</span> <i>\"medicationAmount\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Mappt die Mengenangaben des Fertigarzneimittels (Packungsgröße und Inhalt)</span>#xD;\n kbvMedicationPZN.ingredient<b> as </b><span style=\"color: maroon\">ingredientVar</span><span style=\"color: navy\"><b> -> </b></span>bfarmMedication.ingredient = <span style=\"color: maroon\">ingredientVar</span> <i>\"medicationIngredient\"</i><span style=\"color: navy\">;</span> <span style=\"color: navy\">// </span><span style=\"color: green\">Kopiert Wirkstoffinformationen (bei PZN-Medikamenten meist nicht detailliert angegeben)</span>#xD;\n<span style=\"color: navy\">}#xD;\n#xD;\n</span></pre></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://gematik.de/fhir/erp-t-prescription/StructureMap/ERPTPrescriptionStructureMapKBVPZNMedication"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.1.0-ballot-1"] ; # fhir:name [ fhir:v "ERPTPrescriptionStructureMapKBVPZNMedication"] ; # fhir:title [ fhir:v "E-T-Rezept Structure Map for KBV PZN Medication"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-07-07"^^xsd:date] ; # fhir:publisher [ fhir:v "gematik GmbH"] ; # fhir:contact ( [ fhir:name [ fhir:v "gematik GmbH" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://gematik.de" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "erp-umsetzung@gematik.de" ] ] ) ] ) ; # fhir:description [ fhir:v "Mapping-Anweisungen zur Transformation von KBV PZN-Medikamenten zu BfArM T-Prescription Format"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "DE" ] ; fhir:display [ fhir:v "Germany" ] ] ) ] ) ; # fhir:structure ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/Medication"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/Medication> ] ; fhir:mode [ fhir:v "source" ] ; fhir:alias [ fhir:v "kbvMedicationPZN" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/Medication"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/Medication> ] ; fhir:mode [ fhir:v "target" ] ; fhir:alias [ fhir:v "bfarmMedication" ] ] ) ; # fhir:group ( [ fhir:name [ fhir:v "ERPTPrescriptionStructureMapKBVPZNMedication" ] ; fhir:typeMode [ fhir:v "none" ] ; fhir:documentation [ fhir:v "Mapping-Anweisungen zur Transformation von KBV PZN-Medikamenten zu BfArM T-Prescription Format" ] ; ( fhir:input [ fhir:name [ fhir:v "kbvMedicationPZN" ] ; fhir:type [ fhir:v "kbvMedicationPZN" ] ; fhir:mode [ fhir:v "source" ] ] [ fhir:name [ fhir:v "bfarmMedication" ] ; fhir:type [ fhir:v "bfarmMedication" ] ; fhir:mode [ fhir:v "target" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "medicationExt" ] ; ( fhir:source [ fhir:context [ fhir:v "kbvMedicationPZN" ] ; fhir:element [ fhir:v "extension" ] ; fhir:variable [ fhir:v "extVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "bfarmMedication" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "extension" ] ; fhir:variable [ fhir:v "tgtExtVar" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "copyNormgroesseExtensionUrl" ] ; ( fhir:source [ fhir:context [ fhir:v "extVar" ] ; fhir:condition [ fhir:v "url='http://fhir.de/StructureDefinition/normgroesse'" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtExtVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "url" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:string ; fhir:v "http://fhir.de/StructureDefinition/normgroesse" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "copyExtensionValue" ] ; ( fhir:source [ fhir:context [ fhir:v "extVar" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "extValVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtExtVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "value" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "extValVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Kopiert den Wert der Normgröße-Extension (N1, N2, N3)" ] ] ) ; fhir:documentation [ fhir:v "Übernimmt die Normgröße-Extension unverändert (deutsche Packungsgrößenangabe)" ] ] ) ; fhir:documentation [ fhir:v "Mappt Medication-Extensions von KBV- zu BfArM-Format" ] ] [ fhir:name [ fhir:v "medicationId" ] ; ( fhir:source [ fhir:context [ fhir:v "kbvMedicationPZN" ] ; fhir:element [ fhir:v "id" ] ; fhir:variable [ fhir:v "IdVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "bfarmMedication" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "id" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "IdVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Übernimmt die eindeutige Medication-ID unverändert" ] ] [ fhir:name [ fhir:v "medicationCode" ] ; ( fhir:source [ fhir:context [ fhir:v "kbvMedicationPZN" ] ; fhir:element [ fhir:v "code" ] ; fhir:variable [ fhir:v "codeVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "bfarmMedication" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "code" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "codeVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Kopiert den Medikamentencode (PZN - Pharmazentralnummer) für die eindeutige Identifikation" ] ] [ fhir:name [ fhir:v "medicationForm" ] ; ( fhir:source [ fhir:context [ fhir:v "kbvMedicationPZN" ] ; fhir:element [ fhir:v "form" ] ; fhir:variable [ fhir:v "formVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "bfarmMedication" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "form" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "formVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Übernimmt die Darreichungsform (Tabletten, Kapseln, Tropfen, etc.)" ] ] [ fhir:name [ fhir:v "medicationAmount" ] ; ( fhir:source [ fhir:context [ fhir:v "kbvMedicationPZN" ] ; fhir:element [ fhir:v "amount" ] ; fhir:variable [ fhir:v "amountVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "bfarmMedication" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "amount" ] ; fhir:variable [ fhir:v "tgtAmountVar" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "medicationAmountDenominator" ] ; ( fhir:source [ fhir:context [ fhir:v "amountVar" ] ; fhir:element [ fhir:v "denominator" ] ; fhir:variable [ fhir:v "amountDenominatorVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "denominator" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "amountDenominatorVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Kopiert den Nenner der Mengenangabe (z.B. '1' für 'pro Packung')" ] ] [ fhir:name [ fhir:v "medicationAmountNumerator" ] ; ( fhir:source [ fhir:context [ fhir:v "amountVar" ] ; fhir:element [ fhir:v "numerator" ] ; fhir:variable [ fhir:v "amountNumeratorVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "numerator" ] ; fhir:variable [ fhir:v "tgtAmountNumeratorVar" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "medicationAmountExt" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumeratorVar" ] ; fhir:element [ fhir:v "extension" ] ; fhir:variable [ fhir:v "amountNumExtVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumeratorVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "extension" ] ; fhir:variable [ fhir:v "tgtAmountNumExtVar" ] ] ) ; ( fhir:rule [ fhir:name [ fhir:v "copyPackagingSizeExtensionUrl" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumExtVar" ] ; fhir:condition [ fhir:v "url='https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize'" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumExtVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "url" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:string ; fhir:v "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-packaging-size-extension" ] ] ) ] ) ; ( fhir:rule [ fhir:name [ fhir:v "copyExtensionValue" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumExtVar" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "extValVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumExtVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "value" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "extValVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Übernimmt den Packungsgrößenwert unverändert" ] ] ) ; fhir:documentation [ fhir:v "Wandelt KBV-Packungsgrößen-Extension in gematik EPA-Medication Extension um" ] ] ) ; fhir:documentation [ fhir:v "Transformiert Packungsgrößen-Extensions von KBV- zu gematik-Format" ] ] [ fhir:name [ fhir:v "medicationAmountNumeratorValue" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumeratorVar" ] ; fhir:element [ fhir:v "value" ] ; fhir:variable [ fhir:v "amountNumeratorValueVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumeratorVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "value" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "amountNumeratorValueVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Kopiert den numerischen Wert der Menge (z.B. '20' für 20 Tabletten)" ] ] [ fhir:name [ fhir:v "medicationAmountNumeratorUnit" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumeratorVar" ] ; fhir:element [ fhir:v "unit" ] ; fhir:variable [ fhir:v "amountNumeratorUnitVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumeratorVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "unit" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "amountNumeratorUnitVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Übernimmt die Mengeneinheit (Stück, ml, g, etc.)" ] ] [ fhir:name [ fhir:v "medicationAmountNumeratorSystem" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumeratorVar" ] ; fhir:element [ fhir:v "system" ] ; fhir:variable [ fhir:v "amountNumeratorSystemVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumeratorVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "system" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "amountNumeratorSystemVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Kopiert das Codesystem für die Mengeneinheit (meist UCUM)" ] ] [ fhir:name [ fhir:v "medicationAmountNumeratorCode" ] ; ( fhir:source [ fhir:context [ fhir:v "amountNumeratorVar" ] ; fhir:element [ fhir:v "code" ] ; fhir:variable [ fhir:v "amountNumeratorCodeVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "tgtAmountNumeratorVar" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "code" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "amountNumeratorCodeVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Übernimmt den standardisierten Code für die Mengeneinheit" ] ] ) ; fhir:documentation [ fhir:v "Mappt den Zähler der Mengenangabe mit allen Details (Wert, Einheit, Extensions)" ] ] ) ; fhir:documentation [ fhir:v "Mappt die Mengenangaben des Fertigarzneimittels (Packungsgröße und Inhalt)" ] ] [ fhir:name [ fhir:v "medicationIngredient" ] ; ( fhir:source [ fhir:context [ fhir:v "kbvMedicationPZN" ] ; fhir:element [ fhir:v "ingredient" ] ; fhir:variable [ fhir:v "ingredientVar" ] ] ) ; ( fhir:target [ fhir:context [ fhir:v "bfarmMedication" ] ; fhir:contextType [ fhir:v "variable" ] ; fhir:element [ fhir:v "ingredient" ] ; fhir:transform [ fhir:v "copy" ] ; ( fhir:parameter [ fhir:value [ a fhir:id ; fhir:v "ingredientVar" ] ] ) ] ) ; fhir:documentation [ fhir:v "Kopiert Wirkstoffinformationen (bei PZN-Medikamenten meist nicht detailliert angegeben)" ] ] ) ] ) . #
IG © 2025+ gematik GmbH. Paket de.gematik.erp.t-prescription#1.1.0-ballot-1 basierend auf FHIR 4.0.1. Generiert 2025-07-17
Links: Table of Contents |
QA Report