Phenomics Exchange for Research and Diagnostics, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phenomics-exchange-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationAdministration",
"id" : "losartan",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/phenomics-exchange/StructureDefinition/Treatment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration </b><a name=\"losartan\"> </a><a name=\"hclosartan\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceMedicationAdministration "losartan" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Treatment.html\">Treatment</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-medicationrequest-category.html\">MedicationRequest Category Codes</a>#outpatient)</span></p><p><b>medication</b>: losartan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#DrugCentral_1610)</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Patient/example-patient</a> " ANYPERSON"</p><p><b>effective</b>: 2020-03-15 13:00:00+0000 --> 2020-03-25 09:00:00+0000</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>Oral Route of Administration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#NCIT_C38288)</span></td><td>30 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>"
},
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "outpatient"
}
]
},
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://drugcentral.org/",
"code" : "DrugCentral_1610",
"display" : "losartan"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"effectivePeriod" : {
"start" : "2020-03-15T13:00:00Z",
"end" : "2020-03-25T09:00:00Z"
},
"dosage" : {
"route" : {
"coding" : [
{
"system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code" : "NCIT_C38288",
"display" : "Oral Route of Administration"
}
]
},
"dose" : {
"value" : 30,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
}