NHS North West Genomics
2.0.0 - ci-build GB

NHS North West Genomics - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of a Message Acknowledgement - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5"] ; # 
  fhir:identifier [
fhir:value [ fhir:v "2472860" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2025-03-20T11:57:05.612+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:bdda4a5b-1264-4353-ba1a-d76839dd90d8"^^xsd:anyURI ;
fhir:l <urn:uuid:bdda4a5b-1264-4353-ba1a-d76839dd90d8>     ] ;
    ( fhir:resource <urn:uuid:bdda4a5b-1264-4353-ba1a-d76839dd90d8> )
  ] ) . # 

<urn:uuid:bdda4a5b-1264-4353-ba1a-d76839dd90d8> a fhir:MessageHeader ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader </b></p><p><b>event</b>: <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-v2-0003.html#v2-0003-O21\">event: O21</a> (OML - Laboratory order)</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Receiver</b></td></tr><tr><td style=\"display: none\">*</td><td>MANCHESTER UNIVERSITY NHS FOUNDATION TRUST (Identifier: <a href=\"NamingSystem-ods-organization-code-namingsystem.html\" title=\"The identifier system for an Organisation registered with the Organisation Data Service (ODS).\">ODS Organisation Code</a>/R0A)</td></tr></table><p><b>sender</b>: Identifier: <a href=\"NamingSystem-ods-organization-code-namingsystem.html\" title=\"The identifier system for an Organisation registered with the Organisation Data Service (ODS).\">ODS Organisation Code</a>/X24</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>NW GLH Regional Integration Engine</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.0.19-pre-release&amp;canonical=https://fhir.north-west.england.nhs.uk/Endpoint/RIE\">https://fhir.north-west.england.nhs.uk/Endpoint/RIE</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>9612365d-52a4-4fab-87e7-8a09d753f095</td><td>OK</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0003>     ] ;
fhir:code [ fhir:v "O21" ]
  ] ; # 
  fhir:destination ( [
fhir:receiver [
fhir:identifier [
fhir:system [
fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ;
fhir:l <https://fhir.nhs.uk/Id/ods-organization-code>         ] ;
fhir:value [ fhir:v "R0A" ]       ] ;
fhir:display [ fhir:v "MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" ]     ]
  ] ) ; # 
  fhir:sender [
fhir:identifier [
fhir:system [
fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ;
fhir:l <https://fhir.nhs.uk/Id/ods-organization-code>       ] ;
fhir:value [ fhir:v "X24" ]     ]
  ] ; # 
  fhir:source [
fhir:software [ fhir:v "NW GLH Regional Integration Engine" ] ;
fhir:endpoint [
fhir:v "https://fhir.north-west.england.nhs.uk/Endpoint/RIE"^^xsd:anyURI ;
fhir:l <https://fhir.north-west.england.nhs.uk/Endpoint/RIE>     ]
  ] ; # 
  fhir:response [
fhir:identifier [ fhir:v "9612365d-52a4-4fab-87e7-8a09d753f095" ] ;
fhir:code [ fhir:v "ok" ]
  ] . #