FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | MedicationAdministration |
| Id | NICE-MedicationAdministration-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Administration date | 2022-01-07 |
|---|---|
| Patient | P. Petersen |
| Score Day | 2 |
| Medication | Dobutamine |
| Administration rate | 10 mL/h |
| Instance validated? | Yes |
{
"resourceType": "MedicationAdministration",
"id": "NICE-MedicationAdministration-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-MedicationAdministration-2022Q1"
]
},
"text": {
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
]
}
},
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-ScoreDay-2022Q1",
"valueInteger": 2
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "18629005",
"display": "Administration of medication"
}
]
},
"medicationReference": {
"reference": "Medication/NICE-Medication-Example-01",
"display": "dobutamine (C01CA07)"
},
"subject": {
"reference": "Patient/NICE-Patient-01",
"display": "P. Petersen"
},
"effectiveDateTime": "2022-01-07",
"dosage": {
"route": {
"coding": [
{
"system": "https://www.z-index.nl/g-standaard",
"code": "75",
"display": "Intraveneus"
}
]
},
"dose": {
"value": 1,
"unit": "stuk",
"system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
"code": "245"
},
"rateRatio": {
"numerator": {
"value": 10,
"unit": "milliliter",
"system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
"code": "233"
},
"denominator": {
"value": 1,
"unit": "uur",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
}
}