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
{
"resourceType" : "Bundle",
"id" : "specialty-rx-query-response-unsolicited-1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query-response-unsolicited"
]
},
"type" : "message",
"timestamp" : "2020-03-11T13:10:17-05:00",
"entry" : [
{
"fullUrl" : "http://example.org/MyEHR/MessageHeader/msgheader1",
"resource" : {
"resourceType" : "MessageHeader",
"id" : "msgheader1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>event</b>: <span title=\"{http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type query-response-unsolicited}\">Query Response - Unsolicited</span></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>MyEHR</td><td><a href=\"http://example.org/MyEHR\">http://example.org/MyEHR</a></td></tr></table><p><b>focus</b>: <a href=\"#Parameters_61ebe359-bfdc-4613-8bf2-c5e300945f0d\">See above (Parameters/61ebe359-bfdc-4613-8bf2-c5e300945f0d)</a></p></div>"
},
"eventCoding" : {
"system" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type",
"code" : "query-response-unsolicited"
},
"source" : {
"name" : "MyEHR",
"endpoint" : "http://example.org/MyEHR"
},
"focus" : [
{
"reference" : "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d"
}
]
}
},
{
"fullUrl" : "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0d",
"resource" : {
"resourceType" : "Parameters",
"id" : "61ebe359-bfdc-4613-8bf2-c5e300945f0d",
"parameter" : [
{
"name" : "source-patient",
"valueReference" : {
"reference" : "Patient/patientEHR"
}
},
{
"name" : "prescription",
"valueReference" : {
"reference" : "MedicationRequest/prescription1"
}
},
{
"name" : "pharmacy",
"valueReference" : {
"reference" : "Organization/pharmacy1"
}
},
{
"name" : "prescriber",
"valueReference" : {
"reference" : "Practitioner/practitioner1"
}
},
{
"name" : "search-result",
"valueReference" : {
"reference" : "Bundle/3456789"
}
},
{
"name" : "search-result",
"valueReference" : {
"reference" : "Bundle/987654"
}
}
]
}
},
{
"fullUrl" : "http://example.org/MyEHR/Patient/patientEHR",
"resource" : {
"resourceType" : "Patient",
"id" : "patientEHR",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical record number: 30455</p><p><b>active</b>: true</p><p><b>name</b>: Tim Doe </p><p><b>telecom</b>: ph: 555-555-5555(HOME), <a href=\"mailto:tim.doe@example.com\">tim.doe@example.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1987-02-20</p><p><b>address</b>: 2224 Century Avenue Minnetonka MN 55345 US </p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td></tr><tr><td>*</td><td><span title=\"Codes: {urn:ietf:bcp:47 en-US}\">English (Region=United States)</span></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR",
"display" : "Medical record number"
}
],
"text" : "Medical record number"
},
"system" : "http://example.org/MyEHR",
"value" : "30455"
}
],
"active" : true,
"name" : [
{
"family" : "Doe",
"given" : [
"Tim"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "555-555-5555",
"use" : "home"
},
{
"system" : "email",
"value" : "tim.doe@example.com"
}
],
"gender" : "male",
"birthDate" : "1987-02-20",
"address" : [
{
"line" : [
"2224 Century Avenue"
],
"city" : "Minnetonka",
"state" : "MN",
"postalCode" : "55345",
"country" : "US"
}
],
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en-US",
"display" : "English (Region=United States)"
}
]
}
}
]
}
},
{
"fullUrl" : "https://example.org/MyEHR/MedicationRequest/prescription1",
"resource" : {
"resourceType" : "MedicationRequest",
"id" : "prescription1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-medicationrequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1872980}\">Humira 40 MG in 0.4 ML Auto-Injector</span></p><p><b>subject</b>: <a href=\"#Patient_patientEHR\">See above (Patient/patientEHR)</a></p><p><b>authoredOn</b>: 2020-03-10</p><p><b>requester</b>: <a href=\"#Practitioner_practitioner1\">See above (Practitioner/practitioner1)</a></p><blockquote><p><b>dispenseRequest</b></p><h3>InitialFills</h3><table class=\"grid\"><tr><td>-</td><td><b>Quantity</b></td></tr><tr><td>*</td><td>4 {each}</td></tr></table><p><b>numberOfRepeatsAllowed</b>: 2</p><p><b>performer</b>: <a href=\"#Organization_pharmacy1\">Our Specialty Pharmacy. Generated Summary: id: 1669512345; active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span>; name: Our Pharmacy; Phone: 952-555-5555, contact-us@example.org</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" : "active",
"intent" : "order",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "1872980",
"display" : "Humira 40 MG in 0.4 ML Auto-Injector"
}
]
},
"subject" : {
"reference" : "Patient/patientEHR"
},
"authoredOn" : "2020-03-10",
"requester" : {
"reference" : "Practitioner/practitioner1"
},
"dosageInstruction" : [
{
"text" : "Inject 2 pens on Day 1. Inject 1 pen on Day 8 and every other week thereafter"
}
],
"dispenseRequest" : {
"initialFill" : {
"quantity" : {
"value" : 4,
"unit" : "{each}"
}
},
"numberOfRepeatsAllowed" : 2,
"expectedSupplyDuration" : {
"value" : 30,
"unit" : "days",
"system" : "http://unitsofmeasure.org",
"code" : "d"
},
"performer" : {
"reference" : "Organization/pharmacy1",
"display" : "Our Specialty Pharmacy"
}
},
"substitution" : {
"allowedBoolean" : false
}
}
},
{
"fullUrl" : "https://example.org/MyEHR/Practitioner/practitioner1",
"resource" : {
"resourceType" : "Practitioner",
"id" : "practitioner1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9941339108</p><p><b>name</b>: Jane Smith </p><p><b>telecom</b>: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), <a href=\"mailto:jane.smith@example.org\">jane.smith@example.org</a></p><p><b>address</b>: 101 Oak Lane Minnetonka MN 55345 (HOME)</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9941339108"
}
],
"name" : [
{
"family" : "Smith",
"given" : [
"Jane"
],
"prefix" : [
"Dr"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "555-555-5555",
"use" : "home"
},
{
"system" : "fax",
"value" : "555-555-1234",
"use" : "home"
},
{
"system" : "email",
"value" : "jane.smith@example.org",
"use" : "work"
}
],
"address" : [
{
"use" : "home",
"line" : [
"101 Oak Lane"
],
"city" : "Minnetonka",
"state" : "MN",
"postalCode" : "55345"
}
]
}
},
{
"fullUrl" : "https://example.org/MyEHR/Organization/pharmacy1",
"resource" : {
"resourceType" : "Organization",
"id" : "pharmacy1",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 1669512345</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Our Pharmacy</p><p><b>telecom</b>: ph: 952-555-5555, <a href=\"mailto:contact-us@example.org\">contact-us@example.org</a></p><p><b>address</b>: 220 Oak St Minneapolis MN 55008 USA </p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1669512345"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Our Pharmacy",
"telecom" : [
{
"system" : "phone",
"value" : "952-555-5555"
},
{
"system" : "email",
"value" : "contact-us@example.org"
}
],
"address" : [
{
"line" : [
"220 Oak St"
],
"city" : "Minneapolis",
"state" : "MN",
"postalCode" : "55008",
"country" : "USA"
}
]
}
},
{
"fullUrl" : "http://example.org/MyEHR/Bundle/3456789",
"resource" : {
"resourceType" : "Bundle",
"id" : "3456789",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result"
]
},
"type" : "searchset",
"timestamp" : "2020-03-11T13:10:17-05:00",
"total" : 3,
"link" : [
{
"relation" : "self",
"url" : "Condition?patient=patientEHR"
}
],
"entry" : [
{
"fullUrl" : "http://example.org/MyEHR/Condition/1",
"resource" : {
"resourceType" : "Condition",
"id" : "1",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
],
"text" : "Active"
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
],
"text" : "Confirmed"
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
],
"text" : "Problem"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "13644009",
"display" : "Hypercholesterolemia (disorder)"
}
],
"text" : "Hypercholesterolemia (disorder)"
},
"subject" : {
"reference" : "Patient/patientEHR"
}
},
"search" : {
"mode" : "match"
}
},
{
"fullUrl" : "http://example.org/MyEHR/Condition/2",
"resource" : {
"resourceType" : "Condition",
"id" : "2",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
],
"text" : "Active"
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
],
"text" : "Confirmed"
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
],
"text" : "Problem"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "84172003",
"display" : "Spondylitis (disorder)"
}
],
"text" : "Spondylitis (disorder)"
},
"subject" : {
"reference" : "Patient/patientEHR"
}
},
"search" : {
"mode" : "match"
}
},
{
"fullUrl" : "http://example.org/MyEHR/Condition/3",
"resource" : {
"resourceType" : "Condition",
"id" : "3",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code" : "active",
"display" : "Active"
}
],
"text" : "Active"
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code" : "confirmed",
"display" : "Confirmed"
}
],
"text" : "Confirmed"
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "Problem List Item"
}
],
"text" : "Problem"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "427603009",
"display" : "Intermittent asthma (disorder)"
}
],
"text" : "Intermittent asthma (disorder)"
},
"subject" : {
"reference" : "Patient/patientEHR"
}
},
"search" : {
"mode" : "match"
}
}
]
}
},
{
"fullUrl" : "http://example.org/MyEHR/Bundle/987654",
"resource" : {
"resourceType" : "Bundle",
"id" : "987654",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-search-result"
]
},
"type" : "searchset",
"timestamp" : "2020-03-11T13:10:17-05:00",
"total" : 3,
"link" : [
{
"relation" : "self",
"url" : "AllergyIntolerance?patient=patientEHR"
}
],
"entry" : [
{
"fullUrl" : "http://example.org/MyEHR/AllergyIntolerance/1",
"resource" : {
"resourceType" : "AllergyIntolerance",
"id" : "1",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"code" : {
"text" : "Cashew"
},
"patient" : {
"reference" : "Patient/patientEHR"
}
},
"search" : {
"mode" : "match"
}
},
{
"fullUrl" : "http://example.org/MyEHR/AllergyIntolerance/2",
"resource" : {
"resourceType" : "AllergyIntolerance",
"id" : "2",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"code" : {
"text" : "Bees"
},
"patient" : {
"reference" : "Patient/patientEHR"
}
},
"search" : {
"mode" : "match"
}
},
{
"fullUrl" : "http://example.org/MyEHR/AllergyIntolerance/3",
"resource" : {
"resourceType" : "AllergyIntolerance",
"id" : "3",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "Confirmed"
}
]
},
"code" : {
"text" : "Penicillins"
},
"patient" : {
"reference" : "Patient/patientEHR"
},
"reaction" : [
{
"manifestation" : [
{
"text" : "Hives"
}
]
}
]
},
"search" : {
"mode" : "match"
}
}
]
}
}
]
}