FHIR IG analytics| Package | hl7.fhir.us.resp-net |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-medicationadministration-oseltamivir.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
MedicationAdministration Narrative
{
"resourceType": "MedicationAdministration",
"id": "medicationadministration-oseltamivir",
"meta": {
"versionId": "1",
"lastUpdated": "2020-11-29T02:03:28.045+00:00",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-medicationadministration"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "312122",
"display": "oseltamivir 75 MG Oral Capsule"
}
]
},
"subject": {
"reference": "Patient/patient-respnet-eve-everywoman",
"display": "Eve Everywoman"
},
"effectivePeriod": {
"start": "2023-10-01T04:30:00+01:00",
"end": "2023-10-05T14:30:00+01:00"
},
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-us-core-henry-seven"
}
}
],
"dosage": {
"text": "75mg twice a day for 5 days",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use"
}
]
},
"dose": {
"value": 75,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}