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 Definition - Unsolicited Observation - TTL Representation

Draft as of 2024-10-04

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:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "unsolicited-observation"] ; # 
  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: MessageDefinition unsolicited-observation</b></p><a name=\"unsolicited-observation\"> </a><a name=\"hcunsolicited-observation\"> </a><a name=\"unsolicited-observation-en-GB\"> </a><p><b>url</b>: <a href=\"MessageDefinition-unsolicited-observation.html\">MessageDefinition Message Definition - Unsolicited Observation</a></p><p><b>version</b>: 0.0.1</p><p><b>title</b>: Message Definition - Unsolicited Observation</p><p><b>status</b>: Draft</p><p><b>date</b>: 2024-10-04</p><p><b>publisher</b>: Manchester University NHS Foundation Trust</p><p><b>contact</b>: <a href=\"https://mft.nhs.uk/\">https://mft.nhs.uk/</a>, <a href=\"mailto:pressoffice@mft.nhs.uk\">pressoffice@mft.nhs.uk</a>, Press Office: <a href=\"mailto:pressoffice@mft.nhs.uk\">pressoffice@mft.nhs.uk</a></p><p><b>description</b>: </p><div><p>DRAFT conversion of <a href=\"https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/ORU_R01\">HL7 v2.5.1 ORU_R01</a></p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 GB}\">United Kingdom of Great Britain and Northern Ireland</span></p><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><p><b>category</b>: Consequence</p><blockquote><p><b>focus</b></p><p><b>code</b>: DiagnosticReport</p><p><b>profile</b>: <a href=\"StructureDefinition-DiagnosticReport.html\">Diagnostic Report</a></p><p><b>min</b>: 1</p><p><b>max</b>: *</p></blockquote><blockquote><p><b>focus</b></p><p><b>code</b>: DocumentReference</p><p><b>profile</b>: <a href=\"StructureDefinition-DocumentReference.html\">DocumentReference</a></p><p><b>min</b>: 0</p><p><b>max</b>: *</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://hl7.mft.nhs.uk/MessageDefinition/unsolicited-observation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:title [ fhir:v "Message Definition - Unsolicited Observation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-10-04"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Manchester University NHS Foundation Trust"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://mft.nhs.uk/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pressoffice@mft.nhs.uk" ]     ] )
  ] [
fhir:name [ fhir:v "Press Office" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pressoffice@mft.nhs.uk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "DRAFT conversion of [HL7 v2.5.1 ORU_R01](https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/ORU_R01)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]     ] )
  ] ) ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R01" ]
  ] ; # 
  fhir:category [ fhir:v "consequence"] ; # 
  fhir:focus ( [
fhir:code [ fhir:v "DiagnosticReport" ] ;
fhir:profile [
fhir:v "https://hl7.mft.nhs.uk/StructureDefinition/DiagnosticReport"^^xsd:anyURI ;
fhir:link <https://hl7.mft.nhs.uk/StructureDefinition/DiagnosticReport>     ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "*" ]
  ] [
fhir:code [ fhir:v "DocumentReference" ] ;
fhir:profile [
fhir:v "https://hl7.mft.nhs.uk/StructureDefinition/DocumentReference"^^xsd:anyURI ;
fhir:link <https://hl7.mft.nhs.uk/StructureDefinition/DocumentReference>     ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "*" ]
  ] ) . #