Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build
Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "50002932",
"meta" : {
"profile" : [
🔗 "https://fhir.virtually.healthcare/StructureDefinition/MedicationRequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 50002932</b></p><a name=\"50002932\"> </a><a name=\"hc50002932\"> </a><a name=\"50002932-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Medication/DBID</code>/50002932, <code>https://emis.com/Id/Medication/GUID</code>/72ee3af2-9e10-493c-a4a8-a203e810972b</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://fhir.hl7.org.uk/Id/emis-drug-codes AMOR17519NEMIS}, {http://snomed.info/sct 35901911000001104}\">Amoxicillin 125mg/5ml oral suspension sugar free</span></p><p><b>subject</b>: <a href=\"Patient-500029.html\">Anne Smith Female, DoB: 2015-03-04 ( Medical record number)</a></p><p><b>authoredOn</b>: 2017-08-25 00:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-243.html\">Practitioner Emis Test </a></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy acute}\">Short course (acute) therapy</span></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>2 per day</td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ValidityPeriod</b></td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>2017-08-25 00:00:00+0000 --> (ongoing)</td><td>1 ml</td></tr></table><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://emis.com/Id/Medication/DBID",
"value" : "50002932"
},
{
"system" : "https://emis.com/Id/Medication/GUID",
"value" : "72ee3af2-9e10-493c-a4a8-a203e810972b"
}
],
"status" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.hl7.org.uk/Id/emis-drug-codes",
"code" : "AMOR17519NEMIS",
"display" : "Amoxicillin 125mg/5ml oral suspension sugar free"
},
{
"system" : "http://snomed.info/sct",
"code" : "35901911000001104",
"display" : "Amoxicillin 125mg/5ml oral suspension sugar free"
}
]
},
"subject" : {
🔗 "reference" : "Patient/500029"
},
"authoredOn" : "2017-08-25T00:00:00+00:00",
"requester" : {
🔗 "reference" : "Practitioner/243"
},
"courseOfTherapyType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code" : "acute",
"display" : "Short course (acute) therapy"
}
]
},
"dosageInstruction" : [
{
"text" : "2 per day"
}
],
"dispenseRequest" : {
"validityPeriod" : {
"start" : "2017-08-25T00:00:00+00:00"
},
"quantity" : {
"value" : 1,
"unit" : "ml"
}
},
"substitution" : {
"allowedBoolean" : false
}
}