FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "DGUV-ENLA-PR-MedikationWirkstoff",
"url": "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff",
"version": "1.0",
"name": "DGUV_ENLA_PR_MedikationWirkstoff",
"title": "MedikationWirkstoff",
"status": "draft",
"publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
"description": "Dieses Profil bildet den Wirkstoff eines Medikamentes ab.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Medication",
"baseDefinition": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikament",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Medication.id",
"path": "Medication.id",
"mustSupport": true
},
{
"id": "Medication.meta",
"path": "Medication.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Medication.meta.profile",
"path": "Medication.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "http://fhir.dguv.de/ENLA/Medication/DGUV-ENLA-PR-MedikationWirkstoff"
},
{
"id": "Medication.identifier",
"path": "Medication.identifier",
"max": "0"
},
{
"id": "Medication.code.coding",
"path": "Medication.code.coding",
"short": "Medikament in codierter Form"
},
{
"id": "Medication.code.coding:PZN",
"path": "Medication.code.coding",
"sliceName": "PZN",
"short": "Pharmazentralnummer"
},
{
"id": "Medication.code.coding:PZN.system",
"path": "Medication.code.coding.system",
"short": "CodeSystem für Pharmazentralnummer",
"fixedUri": "http://fhir.de/CodeSystem/ifa/pzn"
},
{
"id": "Medication.code.coding:PZN.code",
"path": "Medication.code.coding.code",
"short": "Code der konkreten Pharmazentralnummer"
},
{
"id": "Medication.code.coding:PZN.display",
"path": "Medication.code.coding.display",
"short": "Handelsname des verordneten Präparats",
"definition": "Handelsname des verordneten Präparates, aus der PZN abgeleitet. Ist eine PZN vorhanden, so muss diese hier angeben werden.",
"comment": "Der durch PZN vorgegebene Handelsname ist in code.text verpflichtend und in code.coding.PZN.display optional. Wenn es in display einen Eintrag gibt, muss er so auch in text enthalten sein."
},
{
"id": "Medication.code.coding:ATC-DE",
"path": "Medication.code.coding",
"sliceName": "ATC-DE",
"short": "Anatomisch-Therapeutisch-Chemische (ATC) Klassifikation"
},
{
"id": "Medication.code.coding:ATC-DE.system",
"path": "Medication.code.coding.system",
"short": "CodeSystem für ATC-Klassifikationen",
"fixedUri": "http://fhir.de/CodeSystem/bfarm/atc"
},
{
"id": "Medication.code.coding:ATC-DE.code",
"path": "Medication.code.coding.code",
"short": "Code der konkreten ATC-Klassifikation"
},
{
"id": "Medication.code.coding:ATC-DE.display",
"path": "Medication.code.coding.display",
"short": "Bedeutung der konkreten ATC-Klassifikation",
"comment": "Der durch ATC-DE gegebene Eintrag ist in code.text verpflichtend und in code.coding.WG14.display optional. Wenn es in display einen Eintrag gibt, muss er so auch in text enthalten sein."
},
{
"id": "Medication.code.coding:WG14",
"path": "Medication.code.coding",
"sliceName": "WG14",
"short": "WG14-Nummer"
},
{
"id": "Medication.code.coding:WG14.system",
"path": "Medication.code.coding.system",
"short": "CodeSystem für WG14-Nummer",
"fixedUri": "http://fhir.de/CodeSystem/abdata/wg14"
},
{
"id": "Medication.code.coding:WG14.code",
"path": "Medication.code.coding.code",
"short": "Code der konkreten WG14-Nummer"
},
{
"id": "Medication.code.coding:WG14.display",
"path": "Medication.code.coding.display",
"short": "Bedeutung der konkreten WG14-Nummer",
"comment": "Der durch WG14 gegebene Eintrag ist in code.text verpflichtend und in code.coding.WG14.display optional. Wenn es in display einen Eintrag gibt, muss er so auch in text enthalten sein."
},
{
"id": "Medication.code.text",
"path": "Medication.code.text",
"short": "Medikament als Freitext",
"comment": "Die durch PZN, ATC-DE oder WG14 gegebenen Einträge sind in code.text verpflichtend und in code.coding.PZN/ATC-DE/WG14.display optional. Wenn es in display einen Eintrag gibt, muss er so auch in text enthalten sein.",
"min": 1
},
{
"id": "Medication.manufacturer",
"path": "Medication.manufacturer",
"max": "0"
},
{
"id": "Medication.form.coding",
"path": "Medication.form.coding",
"short": "Abgabeform in codiertem Format"
},
{
"id": "Medication.form.coding:EDQM",
"path": "Medication.form.coding",
"sliceName": "EDQM",
"short": "Abgabeform in codiertem Format nach EDQM"
},
{
"id": "Medication.form.coding:EDQM.system",
"path": "Medication.form.coding.system",
"short": "CodeSystem für definierte Abgabeformen"
},
{
"id": "Medication.form.coding:EDQM.code",
"path": "Medication.form.coding.code",
"short": "Code für die konkrete Abgabeform"
},
{
"id": "Medication.form.coding:EDQM.display",
"path": "Medication.form.coding.display",
"short": "Bezeichnung für die konkrete Abgabeform"
},
{
"id": "Medication.amount.numerator",
"path": "Medication.amount.numerator",
"short": "Zahlenwert/Einheit der Abgabemenge (Zähler)"
},
{
"id": "Medication.amount.numerator.value",
"path": "Medication.amount.numerator.value",
"short": "Konkreter Zahlenwert (Zähler)"
},
{
"id": "Medication.amount.numerator.system",
"path": "Medication.amount.numerator.system",
"short": "CodeSystem für Einheitencodes"
},
{
"id": "Medication.amount.numerator.code",
"path": "Medication.amount.numerator.code",
"short": "Einheitencode der Abgabemenge"
},
{
"id": "Medication.amount.denominator",
"path": "Medication.amount.denominator",
"short": "Zahlenwert/Einheit der Abgabemenge (Nenner)"
},
{
"id": "Medication.amount.denominator.value",
"path": "Medication.amount.denominator.value",
"short": "Konkreter Zahlenwert (Nenner)"
},
{
"id": "Medication.amount.denominator.system",
"path": "Medication.amount.denominator.system",
"short": "CodeSystem für Einheitencodes"
},
{
"id": "Medication.amount.denominator.code",
"path": "Medication.amount.denominator.code",
"short": "Einheitencode der Abgabemenge"
},
{
"id": "Medication.ingredient",
"path": "Medication.ingredient",
"min": 1
},
{
"id": "Medication.ingredient.extension:wirkstofftyp",
"path": "Medication.ingredient.extension",
"sliceName": "wirkstofftyp",
"short": "Wirkstofftyp"
},
{
"id": "Medication.ingredient.extension:wirkstofftyp.value[x]",
"path": "Medication.ingredient.extension.value[x]",
"short": "Wirkstofftyp",
"mustSupport": true
},
{
"id": "Medication.ingredient.extension:wirkstofftyp.value[x].system",
"path": "Medication.ingredient.extension.value[x].system",
"short": "CodeSystem für Wirkstofftypen",
"mustSupport": true
},
{
"id": "Medication.ingredient.extension:wirkstofftyp.value[x].code",
"path": "Medication.ingredient.extension.value[x].code",
"short": "Code des konkreten Wirkstofftyps",
"mustSupport": true
},
{
"id": "Medication.ingredient.extension:wirkstofftyp.value[x].display",
"path": "Medication.ingredient.extension.value[x].display",
"short": "Bezeichnung des konkreten Wirkstofftyps",
"mustSupport": true
},
{
"id": "Medication.ingredient.item[x]",
"path": "Medication.ingredient.item[x]",
"short": "Bestandteil des Wirkstoffs"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept",
"path": "Medication.ingredient.item[x]",
"sliceName": "itemCodeableConcept"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "ASK",
"short": "ASK-Code"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ASK.system",
"path": "Medication.ingredient.item[x].coding.system",
"patternUri": "http://fhir.de/CodeSystem/ask"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "ATC-DE",
"short": "Anatomisch-Therapeutisch-Chemische (ATC) Klassifikation"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:ATC-DE.system",
"path": "Medication.ingredient.item[x].coding.system",
"patternUri": "http://fhir.de/CodeSystem/bfarm/atc"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "PZN",
"short": "Pharmazentralnummer"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:PZN.system",
"path": "Medication.ingredient.item[x].coding.system",
"patternUri": "http://fhir.de/CodeSystem/ifa/pzn"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14",
"path": "Medication.ingredient.item[x].coding",
"sliceName": "WG14",
"short": "WG14-Nummer"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:WG14.system",
"path": "Medication.ingredient.item[x].coding.system",
"patternUri": "http://fhir.de/CodeSystem/abdata/wg14"
},
{
"id": "Medication.ingredient.item[x]:itemCodeableConcept.text",
"path": "Medication.ingredient.item[x].text",
"short": "Freitextbeschreibung des Bestandteils",
"comment": "Freitext: Hier soll der Name des Wirkstoffes eingetragen werden."
},
{
"id": "Medication.ingredient.item[x]:itemReference",
"path": "Medication.ingredient.item[x]",
"sliceName": "itemReference"
},
{
"id": "Medication.ingredient.item[x]:itemReference.reference",
"path": "Medication.ingredient.item[x].reference",
"short": "Konkreter Verweis auf anderes Medikament"
}
]
}
}