-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from gematik/feature/epa-eml
Add example for MedicationDispense without Medication
- Loading branch information
Showing
5 changed files
with
151 additions
and
44 deletions.
There are no files selected for viewing
38 changes: 0 additions & 38 deletions
38
Resources/fsh-generated/resources/Medication-DAVNumeratorExample.json
This file was deleted.
Oops, something went wrong.
78 changes: 78 additions & 0 deletions
78
Resources/fsh-generated/resources/Medication-Medication-Without-Strength-Code.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,78 @@ | ||
{ | ||
"resourceType": "Medication", | ||
"id": "Medication-Without-Strength-Code", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Medication|1.4" | ||
] | ||
}, | ||
"ingredient": [ | ||
{ | ||
"strength": { | ||
"numerator": { | ||
"value": 85, | ||
"unit": "mg", | ||
"_system": { | ||
"extension": [ | ||
{ | ||
"valueCode": "unknown", | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" | ||
} | ||
] | ||
}, | ||
"_code": { | ||
"extension": [ | ||
{ | ||
"valueCode": "unknown", | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" | ||
} | ||
] | ||
} | ||
}, | ||
"denominator": { | ||
"value": 250, | ||
"unit": "Milliliter", | ||
"_system": { | ||
"extension": [ | ||
{ | ||
"valueCode": "unknown", | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" | ||
} | ||
] | ||
}, | ||
"_code": { | ||
"extension": [ | ||
{ | ||
"valueCode": "unknown", | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"itemCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"code": "L01DB01", | ||
"system": "http://fhir.de/CodeSystem/bfarm/atc", | ||
"display": "Doxorubicin" | ||
} | ||
] | ||
}, | ||
"isActive": true | ||
} | ||
], | ||
"code": { | ||
"text": "Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung" | ||
}, | ||
"status": "active", | ||
"form": { | ||
"coding": [ | ||
{ | ||
"code": "11210000", | ||
"system": "http://standardterms.edqm.eu", | ||
"display": "Solution for infusion" | ||
} | ||
] | ||
} | ||
} |
42 changes: 42 additions & 0 deletions
42
...generated/resources/MedicationDispense-Example-MedicationDispense-Without-Medication.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,42 @@ | ||
{ | ||
"resourceType": "MedicationDispense", | ||
"id": "Example-MedicationDispense-Without-Medication", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.4" | ||
] | ||
}, | ||
"identifier": [ | ||
{ | ||
"system": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId", | ||
"value": "160.000.033.491.280.78" | ||
} | ||
], | ||
"status": "completed", | ||
"subject": { | ||
"identifier": { | ||
"system": "http://fhir.de/sid/gkv/kvid-10", | ||
"value": "X123456789" | ||
} | ||
}, | ||
"performer": [ | ||
{ | ||
"actor": { | ||
"identifier": { | ||
"system": "https://gematik.de/fhir/sid/telematik-id", | ||
"value": "3-SMC-B-Testkarte-883110000095957" | ||
} | ||
} | ||
} | ||
], | ||
"medicationReference": { | ||
"extension": [ | ||
{ | ||
"valueCode": "unsupported", | ||
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" | ||
} | ||
] | ||
}, | ||
"whenHandedOver": "2024-04-03", | ||
"whenPrepared": "2024-04-03" | ||
} |
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
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