FHIR IG analytics| Package | de.gematik.isik |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-ExampleISiKMedikationsVerabreichung3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationAdministration",
"id": "ExampleISiKMedikationsVerabreichung3",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung"
]
},
"dosage": {
"dose": {
"system": "http://unitsofmeasure.org",
"value": 1000,
"unit": "mL",
"code": "mL"
},
"rateQuantity": {
"system": "http://unitsofmeasure.org",
"value": 50,
"unit": "mL/h",
"code": "mL/h"
},
"text": "1L Infusion mit Rate 50ml/h",
"site": {
"coding": [
{
"code": "6073002",
"system": "http://snomed.info/sct",
"display": "Structure of ligament of left superior vena cava"
}
]
},
"route": {
"coding": [
{
"code": "20045000",
"system": "http://standardterms.edqm.eu",
"display": "Intravenous use"
}
]
}
},
"status": "completed",
"medicationReference": {
"reference": "Medication/ExampleISiKMedikament9"
},
"subject": {
"reference": "Patient/PatientinMusterfrau"
},
"context": {
"reference": "Encounter/FachabteilungskontaktMinimal",
"identifier": {
"value": "0123456789"
}
},
"effectiveDateTime": "2021-07-01",
"note": [
{
"text": "Testnotiz"
}
]
}