North West Genomic Medicine Service Alliance
0.0.7 - ci-build United Kingdom flag

North West Genomic Medicine Service Alliance - Local Development build (v0.0.7) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Bundle 'Transaction' - Genomics Order Asynchronous Message Reply 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 "TransactionGenomicsOrderReplyAck"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:timestamp [ fhir:v "2024-10-13T10:33:00+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "Bundle/GenomicsOrderMessageReplyAcknowledge"^^xsd:anyURI ] ;
    ( fhir:resource <Bundle/GenomicsOrderMessageReplyAcknowledge> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Bundle"^^xsd:anyURI ]     ]
  ] ) . # 

<Bundle/GenomicsOrderMessageReplyAcknowledge> a fhir:Bundle ;
  fhir:id [ fhir:v "GenomicsOrderMessageReplyAcknowledge"] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:9612365d-52a4-4fab-87e7-8a09d753f095" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2024-10-13T10:33:00+00:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:9a7e9fd9-d774-42ef-bd23-4397a1ba1b63"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:9a7e9fd9-d774-42ef-bd23-4397a1ba1b63> )
  ] ) . # 

<urn:uuid:9a7e9fd9-d774-42ef-bd23-4397a1ba1b63> a fhir:MessageHeader ;
  fhir:id [ fhir:v "MessageHeaderGenomicOrderReplyFatalAcknowledge"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-01-29T10:40:26+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "O21" ]
  ] ; # 
  fhir:destination ( [
fhir:endpoint [ fhir:v "http://www.acme.org/endpoint/RIE"^^xsd:anyURI ] ;
fhir:receiver [
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:sender [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "R0A" ]     ] ;
fhir:display [ fhir:v "MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" ]
  ] ; # 
  fhir:source [
fhir:software [ fhir:v "NW GLH" ] ;
fhir:endpoint [ fhir:v "http://www.acme.org/endpoint/HIVE"^^xsd:anyURI ]
  ] ; # 
  fhir:response [
fhir:identifier [ fhir:v "9612365d-52a4-4fab-87e7-8a09d753f095" ] ;
fhir:code [ fhir:v "fatal-error" ] ;
fhir:details [
fhir:reference [ fhir:v "OperationOutcome/operation-outcome-validate" ]     ]
  ] . #