-
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.
add example no pzn freitext wirkstärke
- Loading branch information
1 parent
6490a2b
commit c7f1d1d
Showing
7 changed files
with
317 additions
and
2 deletions.
There are no files selected for viewing
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
68 changes: 68 additions & 0 deletions
68
API-Examples/2025-01-15/erp_eml-epa-notes/21_ibm_medication_compounding_text_amount.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,68 @@ | ||
<Medication xmlns="http://hl7.org/fhir"> | ||
<id value="erp-eml-epa-notes-21-ibm-medication-compounding-text-amount"/> | ||
<meta> | ||
<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|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="373873005:860781008=362943005"/> | ||
<display value="Pharmaceutical / biologic product (product) : Has product characteristic (attribute) = Manual method (qualifier value)"/> | ||
</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> | ||
<code> | ||
<coding> | ||
<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type"/> | ||
<code value="rezeptur"/> | ||
</coding> | ||
<text value="Sumatriptan-1a Pharma 100 mg Tabletten"/> | ||
</code> | ||
<form> | ||
<text value="TAB"/> | ||
</form> | ||
<amount> | ||
<numerator> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize"> | ||
<valueString value="12"/> | ||
</extension> | ||
<unit value="TAB"/> | ||
<system value="http://unitsofmeasure.org"/> | ||
<code value="{tbl}"/> | ||
</numerator> | ||
<denominator> | ||
<value value="1"/> | ||
</denominator> | ||
</amount> | ||
<ingredient> | ||
<itemCodeableConcept> | ||
<text value="1st ingredient"/> | ||
</itemCodeableConcept> | ||
<strength> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Ingredient_Amount"> | ||
<valueString value="100 mg"/> | ||
</extension> | ||
</strength> | ||
</ingredient> | ||
<ingredient> | ||
<itemCodeableConcept> | ||
<text value="2nd ingredient"/> | ||
</itemCodeableConcept> | ||
<strength> | ||
<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Ingredient_Amount"> | ||
<valueString value="10 g"/> | ||
</extension> | ||
</strength> | ||
</ingredient> | ||
</Medication> |
176 changes: 176 additions & 0 deletions
176
API-Examples/2025-01-15/erp_eml-epa-notes/22_ibm_medication_compounding_txt_amnt_Mapped.json
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,176 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "erp-eml-epa-notes-22-ibm-medication-compounding-txt-amnt-Mapped", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication" | ||
] | ||
}, | ||
"extension": [ | ||
{ | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension", | ||
"valueCoding": { | ||
"code": "00", | ||
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs" | ||
} | ||
}, | ||
{ | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension", | ||
"valueBoolean": false | ||
} | ||
], | ||
"amount": { | ||
"numerator": { | ||
"extension": [ | ||
{ | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-total-quantity-formulation-extension", | ||
"valueString": "12" | ||
} | ||
], | ||
"code": "{tbl}", | ||
"system": "http://unitsofmeasure.org", | ||
"unit": "TAB" | ||
}, | ||
"denominator": { | ||
"value": 1 | ||
} | ||
}, | ||
"ingredient": [ | ||
{ | ||
"strength": { | ||
"extension": [ | ||
{ | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-ingredient-amount-extension", | ||
"valueString": "100 mg" | ||
} | ||
], | ||
"numerator": { | ||
"_value": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_system": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_code": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
} | ||
}, | ||
"denominator": { | ||
"_value": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_system": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_code": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"itemCodeableConcept": { | ||
"text": "1st ingredient" | ||
} | ||
}, | ||
{ | ||
"strength": { | ||
"extension": [ | ||
{ | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-ingredient-amount-extension", | ||
"valueString": "100 mg" | ||
} | ||
], | ||
"numerator": { | ||
"_value": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_system": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_code": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
} | ||
}, | ||
"denominator": { | ||
"_value": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_system": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
}, | ||
"_code": { | ||
"extension": [ | ||
{ | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", | ||
"valueCode": "unknown" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"itemCodeableConcept": { | ||
"text": "2nd ingredient" | ||
} | ||
} | ||
], | ||
"form": { | ||
"text": "TAB" | ||
}, | ||
"code": { | ||
"text": "Sumatriptan-1a Pharma 100 mg Tabletten" | ||
} | ||
} |
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
21 changes: 21 additions & 0 deletions
21
...-Files/input/fsh/examples/erp_eml_epa_notes/21_ibm_medication_compounding_text_amount.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,21 @@ | ||
Instance: erp-eml-epa-notes-21-ibm-medication-compounding-text-amount | ||
InstanceOf: KBV_PR_ERP_Medication_Compounding | ||
Usage: #example | ||
* code = $KBV_CS_ERP_Medication_Type#rezeptur | ||
* code.text = "Sumatriptan-1a Pharma 100 mg Tabletten" | ||
* form.text = "TAB" | ||
* extension[Arzneimittelkategorie].valueCoding = $KBV_CS_ERP_Medication_Category#00 | ||
* extension[Impfstoff].valueBoolean = false | ||
* extension[Kategorie].valueCodeableConcept.coding.code = #373873005:860781008=362943005 | ||
|
||
* amount.numerator = $unitsofmeasure#{tbl} "TAB" | ||
* amount.numerator.extension[Gesamtmenge].valueString = "12" | ||
* amount.denominator.value = 1 | ||
|
||
* ingredient[+] | ||
* strength.extension[MengeFreitext].valueString = "100 mg" | ||
* itemCodeableConcept.text = "1st ingredient" | ||
* ingredient[+] | ||
* strength.extension[MengeFreitext].valueString = "10 g" | ||
* itemCodeableConcept.text = "2nd ingredient" | ||
|
49 changes: 49 additions & 0 deletions
49
...input/fsh/examples/erp_eml_epa_notes/22_ibm_medication_compounding_text_amount_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,49 @@ | ||
Instance: erp-eml-epa-notes-22-ibm-medication-compounding-txt-amnt-Mapped | ||
InstanceOf: EPAMedication | ||
Usage: #example | ||
* extension[drugCategory].valueCoding = $epa-drug-category-cs#00 | ||
* extension[isVaccine].valueBoolean = false | ||
* form.text = "TAB" | ||
* code.text = "Sumatriptan-1a Pharma 100 mg Tabletten" | ||
|
||
* amount.numerator = $unitsofmeasure#{tbl} "TAB" | ||
* extension[totalQuantity].valueString = "12" | ||
* amount.denominator.value = 1 | ||
|
||
* ingredient[+] | ||
* itemCodeableConcept.text = "1st ingredient" | ||
* strength | ||
* extension[amountText].valueString = "100 mg" | ||
* strength.numerator | ||
* value.extension[+].url = $data-absent-reason | ||
* value.extension[=].valueCode = #unknown | ||
* system.extension[+].url = $data-absent-reason | ||
* system.extension[=].valueCode = #unknown | ||
* code.extension[+].url = $data-absent-reason | ||
* code.extension[=].valueCode = #unknown | ||
* strength.denominator | ||
* value.extension[+].url = $data-absent-reason | ||
* value.extension[=].valueCode = #unknown | ||
* system.extension[+].url = $data-absent-reason | ||
* system.extension[=].valueCode = #unknown | ||
* code.extension[+].url = $data-absent-reason | ||
* code.extension[=].valueCode = #unknown | ||
|
||
* ingredient[+] | ||
* itemCodeableConcept.text = "2nd ingredient" | ||
* strength | ||
* extension[amountText].valueString = "100 mg" | ||
* strength.numerator | ||
* value.extension[+].url = $data-absent-reason | ||
* value.extension[=].valueCode = #unknown | ||
* system.extension[+].url = $data-absent-reason | ||
* system.extension[=].valueCode = #unknown | ||
* code.extension[+].url = $data-absent-reason | ||
* code.extension[=].valueCode = #unknown | ||
* strength.denominator | ||
* value.extension[+].url = $data-absent-reason | ||
* value.extension[=].valueCode = #unknown | ||
* system.extension[+].url = $data-absent-reason | ||
* system.extension[=].valueCode = #unknown | ||
* code.extension[+].url = $data-absent-reason | ||
* code.extension[=].valueCode = #unknown |
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