-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27ecce7
commit bf969c7
Showing
4 changed files
with
125 additions
and
0 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
API-Examples/2025-01-15/erp_eml-epa-notes/19_verordnung_pzn.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<Medication xmlns="http://hl7.org/fhir"> | ||
<id value="erp-eml-epa-notes-19-verordnung-pzn"/> | ||
<meta> | ||
<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.1.0"/> | ||
</meta> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type"> | ||
<valueCodeableConcept> | ||
<coding> | ||
<system value="http://snomed.info/sct"/> | ||
<version value="http://snomed.info/sct/900000000000207008/version/20220331"/> | ||
<code value="763158003"/> | ||
<display value="Medicinal product (product)"/> | ||
</coding> | ||
</valueCodeableConcept> | ||
</extension> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category"> | ||
<valueCoding> | ||
<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category"/> | ||
<code value="00"/> | ||
</valueCoding> | ||
</extension> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine"> | ||
<valueBoolean value="false"/> | ||
</extension> | ||
<extension url="http://fhir.de/StructureDefinition/normgroesse"> | ||
<valueCode value="NB"/> | ||
</extension> | ||
<code> | ||
<coding> | ||
<system value="http://fhir.de/CodeSystem/ifa/pzn"/> | ||
<code value="12345678"/> | ||
</coding> | ||
<text value="Schmerzmittel"/> | ||
</code> | ||
<form> | ||
<coding> | ||
<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"/> | ||
<code value="TAB"/> | ||
</coding> | ||
</form> | ||
<amount> | ||
<numerator> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize"> | ||
<valueString value="1"/> | ||
</extension> | ||
<unit value="Stk"/> | ||
</numerator> | ||
<denominator> | ||
<value value="1"/> | ||
</denominator> | ||
</amount> | ||
</Medication> |
46 changes: 46 additions & 0 deletions
46
API-Examples/2025-01-15/erp_eml-epa-notes/20_verordnung_pzn_Mapped.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<Medication xmlns="http://hl7.org/fhir"> | ||
<id value="erp-eml-epa-notes-20-verordnung-pzn-Mapped"/> | ||
<meta> | ||
<profile value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"/> | ||
</meta> | ||
<extension url="https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension"> | ||
<valueCoding> | ||
<system value="https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs"/> | ||
<code value="00"/> | ||
</valueCoding> | ||
</extension> | ||
<extension url="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension"> | ||
<valueCoding> | ||
<system value="http://snomed.info/sct"/> | ||
<code value="781405001"/> | ||
<display value="Medicinal product package (product)"/> | ||
</valueCoding> | ||
</extension> | ||
<extension url="http://fhir.de/StructureDefinition/normgroesse"> | ||
<valueCode value="NB"/> | ||
</extension> | ||
<code> | ||
<coding> | ||
<system value="http://fhir.de/CodeSystem/ifa/pzn"/> | ||
<code value="12345678"/> | ||
</coding> | ||
<text value="Schmerzmittel"/> | ||
</code> | ||
<form> | ||
<coding> | ||
<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"/> | ||
<code value="TAB"/> | ||
</coding> | ||
</form> | ||
<amount> | ||
<numerator> | ||
<extension url="https://gematik.de/fhir/epa-medication/StructureDefinition/medication-packaging-size-extension"> | ||
<valueString value="1"/> | ||
</extension> | ||
<unit value="Stk"/> | ||
</numerator> | ||
<denominator> | ||
<value value="1"/> | ||
</denominator> | ||
</amount> | ||
</Medication> |
14 changes: 14 additions & 0 deletions
14
API-Examples/FSH-Files/input/fsh/examples/erp_eml_epa_notes/19_Verordnung_PZN.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Instance: erp-eml-epa-notes-19-verordnung-pzn | ||
InstanceOf: KBV_PR_ERP_Medication_PZN | ||
Usage: #example | ||
* extension[Arzneimittelkategorie].valueCoding = $KBV_CS_ERP_Medication_Category#00 | ||
* extension[Impfstoff].valueBoolean = false | ||
* extension[Normgroesse].valueCode = #NB | ||
* extension[Kategorie].valueCodeableConcept.coding = $sct#763158003 "Medicinal product (product)" | ||
* code.text = "Schmerzmittel" | ||
* code.coding[pznCode] = $pzn-cs#12345678 | ||
* form.coding[kbvDarreichungsform].code = #TAB | ||
* amount | ||
* denominator.value = 1 | ||
* numerator.extension[Packungsgroesse].valueString = "1" | ||
* numerator.unit = "Stk" |
13 changes: 13 additions & 0 deletions
13
API-Examples/FSH-Files/input/fsh/examples/erp_eml_epa_notes/20_Verordnung_PZN_Mapped.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Instance: erp-eml-epa-notes-20-verordnung-pzn-Mapped | ||
InstanceOf: EPAMedication | ||
Usage: #example | ||
* extension[drugCategory].valueCoding = $epa-drug-category-cs#00 | ||
* extension[type].valueCoding = $sct#781405001 "Medicinal product package (product)" | ||
* extension[normSizeCode].valueCode = #NB | ||
* form.coding[kbvDarreichungsform].code = #TAB | ||
* code.text = "Schmerzmittel" | ||
* code.coding[pzn] = $pzn-cs#12345678 | ||
* amount | ||
* denominator.value = 1 | ||
* numerator.extension[packagingSize].valueString = "1" | ||
* numerator.unit = "Stk" |