FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministration-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationadministration-example
Profile: HCS Medication Administration
status: Completed
medication: Lantus 100 UNT/ML Injectable Solution
subject: Donald Duck
effective: 2015-01-15 04:30:00+0100 --> 2015-01-15 14:30:00+0100
| Actor |
| Practitioner Joseph P Nichols (official) |
| Text | Route | Dose |
| 20 Units SC before breakfast | Subcutaneous (qualifier value) | 20 U (Details: UCUM codeU = 'U') |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-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"
}
]
},
"subject": {
"reference": "Patient/patient-ledner",
"display": "Donald Duck"
},
"effectivePeriod": {
"start": "2015-01-15T04:30:00+01:00",
"end": "2015-01-15T14:30:00+01:00"
},
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-1"
}
}
],
"dosage": {
"text": "20 Units SC before breakfast",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "263887005",
"display": "Subcutaneous (qualifier value)"
}
]
},
"dose": {
"value": 20,
"unit": "U",
"system": "http://unitsofmeasure.org",
"code": "U"
}
}
}