FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-chf-scenario1-lasix-iv.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration chf-scenario1-lasix-iv
status: Completed
medication: LASIX IV
subject: Patterson, Jeremy Male, DoB: 1949-03-17
effective: 2019-02-03 07:08:00+0000
| Text | Route | Dose |
| 40mg | Intravenous Route (qualifier value) | 40 mg (Details: UCUM codemg = 'mg') |
{
"resourceType": "MedicationAdministration",
"id": "chf-scenario1-lasix-iv",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-lasix-iv-administration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
"code": "lasix-iv",
"display": "LASIX IV"
}
]
},
"subject": {
"reference": "Patient/chf-scenario1-patient"
},
"effectiveDateTime": "2019-02-03T07:08:00Z",
"dosage": {
"text": "40mg",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "47625008",
"display": "Intravenous Route (qualifier value)"
}
]
},
"dose": {
"value": 40,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}