Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MessageHeader",
"id" : "messageheader-bser-referral-messageheader",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralMessageHeader"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-bser-referral-messageheader</b></p><a name=\"messageheader-bser-referral-messageheader\"> </a><a name=\"hcmessageheader-bser-referral-messageheader\"> </a><a name=\"messageheader-bser-referral-messageheader-en-US\"> </a><p><b>event</b>: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0003.html#v2-0003-I12\">eventType I12</a>: REF/RRI - Patient referral</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://www.saintlukeshealthsystem.org/fhir/endpoint\">http://www.saintlukeshealthsystem.org/fhir/endpoint</a></td><td><a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">PractitionerRole Primary Care Clinic/Center</a></td></tr></table><p><b>sender</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-initiator.html\">PractitionerRole Primary Care Clinic/Center</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"http://www.saintlukeshealthsystem.org/fhir\">http://www.saintlukeshealthsystem.org/fhir</a></td></tr></table><p><b>reason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0003 I12}\">REF/RRI - Patient referral</span></p><p><b>focus</b>: <a href=\"Task-task-bser-referral-task.html\">Task Fulfill the focal request</a></p></div>"
},
"eventCoding" : {
"system" : "http://terminology.hl7.org/CodeSystem/v2-0003",
"code" : "I12",
"display" : "REF/RRI - Patient referral"
},
"destination" : [
{
"endpoint" : "http://www.saintlukeshealthsystem.org/fhir/endpoint",
"receiver" : {
🔗 "reference" : "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient"
}
}
],
"sender" : {
🔗 "reference" : "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-initiator"
},
"source" : {
"name" : "Acme Central Patient Registry",
"software" : "FooBar Patient Manager",
"version" : "3.1.45.AABB",
"contact" : {
"system" : "phone",
"value" : "+1 (555) 123 4567"
},
"endpoint" : "http://www.saintlukeshealthsystem.org/fhir"
},
"reason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0003",
"code" : "I12",
"display" : "REF/RRI - Patient referral"
}
]
},
"focus" : [
{
🔗 "reference" : "Task/task-bser-referral-task"
}
]
}