Virtually Healthcare - IHE Patient Care Coordination (PCC) - Local Development build (v0.1.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Message Header - Patient Referral - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "MessageHeaderPatientReferral"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-01-29T10:39:26+00:00"^^xsd:dateTime ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader MessageHeaderPatientReferral</b></p><a name=\"MessageHeaderPatientReferral\"> </a><a name=\"hcMessageHeaderPatientReferral\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-01-29 10:39:26+0000</p></div><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=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.0.19-pre-release&canonical=https://fhir.virtually.healthcare/Endpoint/MESH\">https://fhir.virtually.healthcare/Endpoint/MESH</a></td><td>London Islington High St (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/FFX11)</td></tr></table><p><b>sender</b>: Archway Practice (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/F83004)</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>VH Enterprise Service Bus</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.0.19-pre-release&canonical=https://fhir.virtually.healthcare/Endpoint/ESB\">https://fhir.virtually.healthcare/Endpoint/ESB</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-PatientReferralMessage.html#urn-uuid-f3533ea0-9588-4f25-ace7-969d80823b20\">Bundle: identifier = UUID:1d7155e8-b5b8-4406-adda-01a474d5ff6c; type = message; timestamp = 2024-10-13 10:33:00+0000</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "I12" ]
] ; #
fhir:destination ( [
fhir:endpoint [ fhir:v "https://fhir.virtually.healthcare/Endpoint/MESH"^^xsd:anyURI ] ;
fhir:receiver [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "FFX11" ] ] ;
fhir:display [ fhir:v "London Islington High St" ] ]
] ) ; #
fhir:sender [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ] ] ;
fhir:display [ fhir:v "Archway Practice" ]
] ; #
fhir:source [
fhir:software [ fhir:v "VH Enterprise Service Bus" ] ;
fhir:endpoint [ fhir:v "https://fhir.virtually.healthcare/Endpoint/ESB"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "urn:uuid:f3533ea0-9588-4f25-ace7-969d80823b20" ] ;
fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ]
] ) . #