This page is part of the Specialty Medication Enrollment (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "specialty-rx-query-response-2",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-bundle-query-response"
]
},
"type" : "message",
"timestamp" : "2020-03-11T13:10:17-05:00",
"entry" : [
{
"fullUrl" : "http://example.org/MyEHR/MessageHeader/msgheader1",
"resource" : {
"resourceType" : "MessageHeader",
"id" : "res2",
"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}\">Query Response</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><h3>Responses</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>req2</td><td>ok</td></tr></table><p><b>focus</b>: <a href=\"#Parameters_61ebe359-bfdc-4613-8bf2-c5e300945f0c\">See above (Parameters/61ebe359-bfdc-4613-8bf2-c5e300945f0c)</a></p></div>"
},
"eventCoding" : {
"system" : "http://hl7.org/fhir/us/specialty-rx/CodeSystem/specialty-rx-event-type",
"code" : "query-response"
},
"source" : {
"name" : "MyEHR",
"endpoint" : "http://example.org/MyEHR"
},
"response" : {
"identifier" : "req2",
"code" : "ok"
},
"focus" : [
{
"reference" : "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0c"
}
]
}
},
{
"fullUrl" : "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0c",
"resource" : {
"resourceType" : "Parameters",
"id" : "61ebe359-bfdc-4613-8bf2-c5e300945f0c",
"parameter" : [
{
"name" : "requester-patient",
"valueReference" : {
"reference" : "Patient/patient1"
}
},
{
"name" : "responder-patient",
"valueReference" : {
"reference" : "Patient/patientEHR"
}
},
{
"name" : "search-result",
"valueReference" : {
"reference" : "Bundle/3456789"
}
},
{
"name" : "search-result",
"valueReference" : {
"reference" : "Bundle/987654"
}
}
]
}
},
{
"fullUrl" : "http://example.org/MyPharmacyApp/Patient/patient1",
"resource" : {
"resourceType" : "Patient",
"id" : "patient1",
"meta" : {
"source" : "http://example.org/MyPharmacyApp",
"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>: id: 1234</p><p><b>active</b>: true</p><p><b>name</b>: Timothy V. 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 Ave 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" : [
{
"system" : "http://example.org/patient-id",
"value" : "1234"
}
],
"active" : true,
"name" : [
{
"family" : "Doe",
"given" : [
"Timothy",
"V."
]
}
],
"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 Ave"
],
"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" : "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>: Patient internal identifier: 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" : "PI",
"display" : "Patient internal identifier"
}
],
"text" : "Patient internal identifier"
},
"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" : "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/patient1"
}
},
"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/patient1"
}
},
"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/patient1"
},
"reaction" : [
{
"manifestation" : [
{
"text" : "Hives"
}
]
}
]
},
"search" : {
"mode" : "match"
}
}
]
}
}
]
}