North West Genomics Testing Workflow (GTW)
0.0.1 - ci-build United Kingdom flag

DRAFT Implementation Guide

This is for collaboration and discussion purposes and is subject to change.

North West Genomics Testing Workflow (GTW) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Message Header - Genomic Report - 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 "MessageHeaderGenomicReport"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-02-01T13: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 MessageHeaderGenomicReport</b></p><a name=\"MessageHeaderGenomicReport\"> </a><a name=\"hcMessageHeaderGenomicReport\"> </a><a name=\"MessageHeaderGenomicReport-en-GB\"> </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-02-01 13:39:26+0000</p></div><p><b>event</b>: <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0003.html#v2-0003-R01\">eventType R01</a>: ORU/ACK - Unsolicited transmission of an observation message</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.18-pre-release&amp;canonical=https://simplifier.net/guide/ukcoreversionhistory/https//tie.mft.nhs.uk\">https//tie.mft.nhs.uk</a></td><td>ALDER HEY CHILDREN'S NHS FOUNDATION TRUST (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RBS)</td></tr></table><p><b>sender</b>: NORTH WEST GLH (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/699X0)</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>MFT TIE</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.0.18-pre-release&amp;canonical=https://simplifier.net/guide/ukcoreversionhistory/https//tie.alderhey.nhs.uk/\">https//tie.alderhey.nhs.uk/</a></td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"Bundle-GenomicsReportMessage.html#urn-uuid-233ff41a-5067-46c4-b6aa-5d6f87719f5f\">Bundle: identifier = https://tools.ietf.org/html/rfc4122#9612365d-52a4-4fab-87e7-8a09d753f095; type = message; timestamp = 2024-10-13 10:33:00+0000</a></li><li><a href=\"Bundle-FHIRDocumentGeneticReportBundle.html#urn-uuid-94bf65ba-cd6c-4601-b339-6d547f424646\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#1d7155e8-b5b8-4406-adda-01a474d5ff6c; type = document; timestamp = 2024-10-13 10:33:00+0000</a></li></ul></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 "R01" ]
  ] ; # 
  fhir:destination ( [
fhir:endpoint [ fhir:v "https//tie.mft.nhs.uk"^^xsd:anyURI ] ;
fhir:receiver [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "RBS" ]       ] ;
fhir:display [ fhir:v "ALDER HEY CHILDREN'S NHS FOUNDATION TRUST" ]     ]
  ] ) ; # 
  fhir:sender [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "699X0" ]     ] ;
fhir:display [ fhir:v "NORTH WEST GLH" ]
  ] ; # 
  fhir:source [
fhir:software [ fhir:v "MFT TIE" ] ;
fhir:endpoint [ fhir:v "https//tie.alderhey.nhs.uk/"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "urn:uuid:233ff41a-5067-46c4-b6aa-5d6f87719f5f" ] ;
fhir:type [ fhir:v "DiagnosticReport"^^xsd:anyURI ]
  ] [
fhir:reference [ fhir:v "urn:uuid:94bf65ba-cd6c-4601-b339-6d547f424646" ] ;
fhir:type [ fhir:v "DocumentReference"^^xsd:anyURI ]
  ] ) . #