-
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.
Merge pull request #58 from gematik/sul/epa_eml_examples
Add EPA EML Examples
- Loading branch information
Showing
1,446 changed files
with
225,749 additions
and
0 deletions.
There are no files selected for viewing
682 changes: 682 additions & 0 deletions
682
ePA-eML-Examples/ExampleRepoTestData/transformation_protocol.txt
Large diffs are not rendered by default.
Oops, something went wrong.
407 changes: 407 additions & 0 deletions
407
...L-Examples/ExampleRepoTestData/valid/medicationCompounding/Beispiel_23_d0ca163a/input.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...eML-Examples/ExampleRepoTestData/valid/medicationCompounding/Beispiel_23_d0ca163a/log.txt
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,2 @@ | ||
Fhir Validation result: valid | ||
|
293 changes: 293 additions & 0 deletions
293
...Examples/ExampleRepoTestData/valid/medicationCompounding/Beispiel_23_d0ca163a/output.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,293 @@ | ||
{ | ||
"resourceType": "Parameters", | ||
"id": "d0ca163a-24f8-40d7-8617-9b541f06bd50", | ||
"meta": { | ||
"profile": [ "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-provide-prescription-erp-input-parameters" ] | ||
}, | ||
"parameter": [ { | ||
"name": "rxPrescription", | ||
"part": [ { | ||
"name": "prescriptionId", | ||
"valueIdentifier": { | ||
"system": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId", | ||
"value": "160.100.000.000.024.67" | ||
} | ||
}, { | ||
"name": "authoredOn", | ||
"valueDate": "2022-05-20" | ||
}, { | ||
"name": "medicationRequest", | ||
"resource": { | ||
"resourceType": "MedicationRequest", | ||
"id": "c2e34efd-a677-4244-9a75-db1456a9ec43", | ||
"meta": { | ||
"profile": [ "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-request" ] | ||
}, | ||
"extension": [ { | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/multiple-prescription-extension", | ||
"extension": [ { | ||
"url": "indicator", | ||
"valueBoolean": false | ||
} ] | ||
} ], | ||
"status": "active", | ||
"intent": "order", | ||
"medicationReference": { | ||
"reference": "Medication/ad0442af-19ac-486b-8f59-50f0477784a3" | ||
}, | ||
"subject": { | ||
"identifier": { | ||
"system": "http://fhir.de/sid/gkv/kvid-10", | ||
"value": "K220635158" | ||
} | ||
}, | ||
"authoredOn": "2022-05-20", | ||
"dosageInstruction": [ { | ||
"patientInstruction": "1–3mal/Tag auf die erkrankten Hautstellen auftragen" | ||
} ], | ||
"dispenseRequest": { | ||
"quantity": { | ||
"value": 1, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "{Package}" | ||
} | ||
}, | ||
"substitution": { | ||
"allowedBoolean": true | ||
} | ||
} | ||
}, { | ||
"name": "medication", | ||
"resource": { | ||
"resourceType": "Medication", | ||
"id": "ad0442af-19ac-486b-8f59-50f0477784a3", | ||
"meta": { | ||
"profile": [ "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication" ] | ||
}, | ||
"extension": [ { | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension", | ||
"valueCoding": { | ||
"system": "https://gematik.de/fhir/epa-medication/CodeSystem/epa-drug-category-cs", | ||
"code": "00" | ||
} | ||
}, { | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-id-vaccine-extension", | ||
"valueBoolean": false | ||
} ], | ||
"form": { | ||
"text": "Lösung" | ||
}, | ||
"amount": { | ||
"numerator": { | ||
"extension": [ { | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-packaging-size-extension", | ||
"valueString": "100" | ||
} ], | ||
"unit": "ml" | ||
}, | ||
"denominator": { | ||
"value": 1 | ||
} | ||
}, | ||
"ingredient": [ { | ||
"itemCodeableConcept": { | ||
"text": "Salicylsäure" | ||
}, | ||
"strength": { | ||
"numerator": { | ||
"value": 5, | ||
"unit": "g", | ||
"_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": 1, | ||
"_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": "2-propanol 70 %" | ||
}, | ||
"strength": { | ||
"extension": [ { | ||
"url": "https://gematik.de/fhir/epa-medication/StructureDefinition/medication-ingredient-amount-extension", | ||
"valueString": "Ad 100 g" | ||
} ], | ||
"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" | ||
} ] | ||
} | ||
} | ||
} | ||
} ] | ||
} | ||
}, { | ||
"name": "organization", | ||
"resource": { | ||
"resourceType": "Organization", | ||
"id": "a4b813e9-5280-428f-8a80-cd28b1375d66", | ||
"meta": { | ||
"profile": [ "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory" ], | ||
"tag": [ { | ||
"system": "https://gematik.de/fhir/directory/CodeSystem/Origin", | ||
"code": "ldap" | ||
} ] | ||
}, | ||
"identifier": [ { | ||
"type": { | ||
"coding": [ { | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "BSNR" | ||
} ] | ||
}, | ||
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR", | ||
"value": "721111100" | ||
}, { | ||
"type": { | ||
"coding": [ { | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "PRN" | ||
} ] | ||
}, | ||
"system": "https://gematik.de/fhir/sid/telematik-id", | ||
"value": "1-031234567" | ||
} ], | ||
"type": [ { | ||
"coding": [ { | ||
"system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID", | ||
"code": "1.2.276.0.76.4.58" | ||
} ] | ||
} ], | ||
"name": "MVZ", | ||
"telecom": [ { | ||
"system": "phone", | ||
"value": "0301234567" | ||
}, { | ||
"system": "fax", | ||
"value": "030123456789" | ||
}, { | ||
"system": "email", | ||
"value": "mvz@e-mail.de" | ||
} ], | ||
"address": [ { | ||
"type": "both", | ||
"line": [ "Herbert-Lewin-Platz 2" ], | ||
"_line": [ { | ||
"extension": [ { | ||
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", | ||
"valueString": "2" | ||
}, { | ||
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", | ||
"valueString": "Herbert-Lewin-Platz" | ||
} ] | ||
} ], | ||
"city": "Berlin", | ||
"postalCode": "10623", | ||
"country": "D" | ||
} ] | ||
} | ||
}, { | ||
"name": "practitioner", | ||
"resource": { | ||
"resourceType": "Practitioner", | ||
"id": "e00bb867-64e7-4c34-b62d-4c367cc955fe", | ||
"meta": { | ||
"profile": [ "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectory" ], | ||
"tag": [ { | ||
"system": "https://gematik.de/fhir/directory/CodeSystem/Origin", | ||
"code": "ldap" | ||
} ] | ||
}, | ||
"identifier": [ { | ||
"type": { | ||
"coding": [ { | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "LANR" | ||
} ] | ||
}, | ||
"system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR", | ||
"value": "123412821" | ||
}, { | ||
"type": { | ||
"coding": [ { | ||
"system": "http://terminology.hl7.org/CodeSystem/v2-0203", | ||
"code": "PRN" | ||
} ] | ||
}, | ||
"system": "https://gematik.de/fhir/sid/telematik-id", | ||
"value": "1-031234567" | ||
} ], | ||
"name": [ { | ||
"use": "official", | ||
"text": "Dr. Hanna Schmidt", | ||
"family": "Schmidt", | ||
"given": [ "Hanna" ], | ||
"prefix": [ "Dr." ], | ||
"_prefix": [ { | ||
"extension": [ { | ||
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", | ||
"valueCode": "AC" | ||
} ] | ||
} ] | ||
} ] | ||
} | ||
} ] | ||
} ] | ||
} |
Oops, something went wrong.