FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medadmin-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: medadmin-1
meta:
status: completed
medication: Lantus 100 UNT/ML Injectable Solution
subject: Amy V. Shaw
effective: Jan 15, 2015 3:30:00 AM --> Jan 15, 2015 1:30:00 PM
| - | Actor |
| * | Ronald Bone, MD |
| - | Text | Dose |
| * | 20 Units SC before breakfast | 20 U |
{
"resourceType": "MedicationAdministration",
"id": "medadmin-1",
"meta": {
"versionId": "1",
"lastUpdated": "2016-12-08T06:38:52Z",
"profile": [
"http://hl7.org/fhir/us/meds/StructureDefinition/medicationadministration"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "285018",
"display": "Lantus 100 UNT/ML Injectable Solution"
}
],
"text": "Lantus 100 UNT/ML Injectable Solution"
},
"subject": {
"display": "Amy V. Shaw"
},
"effectivePeriod": {
"start": "2015-01-15T04:30:00+01:00",
"end": "2015-01-15T14:30:00+01:00"
},
"performer": [
{
"actor": {
"display": "Ronald Bone, MD"
}
}
],
"dosage": {
"text": "20 Units SC before breakfast",
"dose": {
"value": 20,
"unit": "U",
"system": "http://unitsofmeasure.org",
"code": "U"
}
}
}