International Patient Access, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ipa/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "MedRecExample1",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-medicationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest MedRecExample1</b></p><a name=\"MedRecExample1\"> </a><a name=\"hcMedRecExample1\"> </a><a name=\"MedRecExample1-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.861.1.7.2.798268</code>/2454978\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location outpatient}\">Outpatient</span></p><p><b>medication</b>: <a href=\"Medication-MedExample1.html\">Percocet tablet</a></p><p><b>subject</b>: <a href=\"Patient-PatientExample1.html\">Friend, All</a></p><p><b>authoredOn</b>: 2018-09-20 15:41:39+0000</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample1.html\">Clinician User</a></p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample1.html\">Clinician User</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:1.2.840.114350.1.13.861.1.7.2.798268",
"value" : "2454978"
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location",
"code" : "outpatient",
"display" : "Outpatient"
}
],
"text" : "Outpatient"
}
],
"medicationReference" : {
🔗 "reference" : "Medication/MedExample1",
"display" : "Percocet tablet"
},
"subject" : {
🔗 "reference" : "Patient/PatientExample1",
"display" : "Friend, All"
},
"authoredOn" : "2018-09-20T15:41:39Z",
"requester" : {
🔗 "reference" : "Practitioner/PractitionerExample1",
"display" : "Clinician User"
},
"recorder" : {
🔗 "reference" : "Practitioner/PractitionerExample1",
"display" : "Clinician User"
},
"dosageInstruction" : [
{
"timing" : {
"repeat" : {
"boundsPeriod" : {
"start" : "2018-09-21T04:00:00Z"
}
},
"code" : {
"text" : "2100"
}
},
"asNeededBoolean" : false,
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "260548002",
"display" : "Oral"
}
],
"text" : "Oral"
},
"doseAndRate" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "calculated",
"display" : "calculated"
}
],
"text" : "calculated"
},
"doseQuantity" : {
"value" : 15,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "ordered",
"display" : "ordered"
}
],
"text" : "ordered"
},
"doseQuantity" : {
"value" : 10,
"unit" : "mg",
"system" : "http://unitsofmeasure.org",
"code" : "mg"
}
}
]
}
]
}