This page is part of the Bidirectional Services eReferrals (BSeR) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:MessageHeader; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "messageheader-BSeR-ReferralMessageHeader"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "3" ]; fhir:Meta.lastUpdated [ fhir:value "2020-01-21T02:25:51.000-05:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralMessageHeader"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralMessageHeader> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">messageheader-BSeR-ReferralMessageHeader</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-ReferralMessageHeader</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">eventCoding</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/v2-0003\">http://terminology.hl7.org/CodeSystem/v2-0003</a>\n </div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">code</td>\n <td>\n <div title=\"code\">I12</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">display</td>\n <td>\n <div title=\"display\">REF/RRI - Patient referral</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">destination</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">endpoint</td>\n <td>\n <div title=\"endpoint\">http://www.saintlukeshealthsystem.org/fhir/endpoint</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">receiver</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"PractitionerRole-practitionerrole-bser-referral-recipient.html\">PractitionerRole/practitionerrole-bser-referral-recipient</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">sender</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"PractitionerRole-practitionerrole-bser-referral-initiator.html\">PractitionerRole/practitionerrole-bser-referral-initiator</a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">source</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Acme Central Patient Registry</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">software</td>\n <td>\n <div title=\"software\">FooBar Patient Manager</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">version</td>\n <td>\n <div title=\"version\">3.1.45.AABB</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">contact</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">+1 (555) 123 4567</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">endpoint</td>\n <td>\n <div title=\"endpoint\">http://www.saintlukeshealthsystem.org/fhir</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">focus</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <a href=\"Task-task-BSeR-ReferralTask.html\">Task/task-BSeR-ReferralTask</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>" ]; fhir:MessageHeader.eventCoding [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0003" ]; fhir:Coding.code [ fhir:value "I12" ]; fhir:Coding.display [ fhir:value "REF/RRI - Patient referral" ] ]; fhir:MessageHeader.destination [ fhir:index 0; fhir:MessageHeader.destination.endpoint [ fhir:value "http://www.saintlukeshealthsystem.org/fhir/endpoint" ]; fhir:MessageHeader.destination.receiver [ fhir:Reference.reference [ fhir:value "PractitionerRole/practitionerrole-bser-referral-recipient" ] ] ]; fhir:MessageHeader.sender [ fhir:Reference.reference [ fhir:value "PractitionerRole/practitionerrole-bser-referral-initiator" ] ]; fhir:MessageHeader.source [ fhir:MessageHeader.source.name [ fhir:value "Acme Central Patient Registry" ]; fhir:MessageHeader.source.software [ fhir:value "FooBar Patient Manager" ]; fhir:MessageHeader.source.version [ fhir:value "3.1.45.AABB" ]; fhir:MessageHeader.source.contact [ fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "+1 (555) 123 4567" ] ]; fhir:MessageHeader.source.endpoint [ fhir:value "http://www.saintlukeshealthsystem.org/fhir" ] ]; fhir:MessageHeader.reason [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0003" ]; fhir:Coding.code [ fhir:value "I12" ]; fhir:Coding.display [ fhir:value "REF/RRI - Patient referral" ] ] ]; fhir:MessageHeader.focus [ fhir:index 0; fhir:Reference.reference [ fhir:value "Task/task-BSeR-ReferralTask" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.