Specialty Medication Enrollment
1.0.0 - STU 1

This page is part of the Specialty Medication Enrollment (v1.0.0: STU1) based on FHIR R4. . For a full list of available versions, 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</b></p><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\">Generated Summary: id: 1234; active; Timothy V. Doe ; Phone: 555-555-5555, tim.doe@example.com; gender: male; birthDate: 1987-02-20</a></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><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</b></p><p><b>code</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 802652}\">1 ML Enbrel 50 MG/ML Prefilled Syringe</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"
      }
    }
  ]
}