Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions
: Search Response 1 with _included Medication Resource - JSON Representation
Raw json | Download
{
"resourceType" : "Bundle",
"id" : "specialty-rx-search-response-1-w-include",
"type" : "searchset",
"timestamp" : "2020-03-11T13:10:17-05:00",
"total" : 1,
"link" : [
{
"relation" : "self",
"url" : "MedicationRequest?patient=specialty-rx-patient-1&intent=order&_include=MedicationRequest:medication"
}
],
"entry" : [
{
"fullUrl" : "http://example.org/MyEHR/MedicationRequest/prescription-1",
"resource" : {
"resourceType" : "MedicationRequest",
"id" : "prescription-1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"prescription-1\"> </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\">Resource MedicationRequest "prescription-1" </p></div><p><b>status</b>: stopped</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"#Medication_11111\">See above (Medication/11111)</a></p><p><b>subject</b>: <a href=\"Patient-specialty-rx-patient-1.html\">Patient/specialty-rx-patient-1</a> " DOE"</p><p><b>authoredOn</b>: 2020-05-11</p><p><b>requester</b>: <a href=\"http://example.org/MyEHR/Practitioner/specialty-rx-practitioner-1\">http://example.org/MyEHR/Practitioner/specialty-rx-practitioner-1</a></p><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 4 {each}</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>30</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table><p><b>performer</b>: <a href=\"http://example.org/MyEHR/Organization/specialty-rx-organization-pharmacy-1\">http://example.org/MyEHR/Organization/specialty-rx-organization-pharmacy-1</a></p></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td>-</td><td><b>Allowed[x]</b></td></tr><tr><td>*</td><td>false</td></tr></table></div>"
},
"status" : "stopped",
"intent" : "order",
"medicationReference" : {
"reference" : "Medication/11111"
},
"subject" : {
"reference" : "Patient/specialty-rx-patient-1"
},
"authoredOn" : "2020-05-11",
"requester" : {
"reference" : "http://example.org/MyEHR/Practitioner/specialty-rx-practitioner-1"
},
"dispenseRequest" : {
"quantity" : {
"value" : 4,
"unit" : "{each}"
},
"expectedSupplyDuration" : {
"value" : 30,
"unit" : "days",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"performer" : {
"reference" : "http://example.org/MyEHR/Organization/specialty-rx-organization-pharmacy-1"
}
},
"substitution" : {
"allowedBoolean" : false
}
},
"search" : {
"mode" : "match"
}
},
{
"fullUrl" : "http://example.org/MyEHR/Medication/11111",
"resource" : {
"resourceType" : "Medication",
"id" : "11111",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Medication</b><a name=\"11111\"> </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\">Resource Medication "11111" </p></div><p><b>code</b>: 1 ML Enbrel 50 MG/ML Prefilled Syringe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#802652)</span></p></div>"
},
"code" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "802652",
"display" : "1 ML Enbrel 50 MG/ML Prefilled Syringe"
}
]
}
},
"search" : {
"mode" : "include"
}
}
]
}