Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions
: RESP-NET Medication Administration Example - JSON Representation
Raw json | Download
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>MedicationAdministration Narrative</b></p></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "261315",
"display" : "oseltamivir 75 MG Oral Capsule [Tamiflu]"
}
]
},
"subject" : {
🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
"display" : "Eve Everywomain"
},
"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"
}
}
}