FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4b |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministrationone-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration medicationadministrationone-example
Profile: HCS Medication Administration
status: Completed
medication: Lantus 100 UNT/ML Injectable Solution
subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
effective: 2025-01-02 09:00:00+0000
| Actor |
| Practitioner Joseph P Nichols (official) |
reasonCode: Shivering
| Text | Route | Dose |
| 400 mg orally | Oral route | 400 mg |
{
"resourceType": "MedicationAdministration",
"id": "medicationadministrationone-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"
},
"effectiveDateTime": "2025-01-02T09:00:00Z",
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-1"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "43724002",
"display": "Shivering"
}
]
}
],
"dosage": {
"text": "400 mg orally",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"dose": {
"value": 400,
"unit": "mg"
}
}
}