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 'SearchSet' - Genomics Order - 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 "GenomicsOrderSearchSet"] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://rie.mft.nhs.uk/Bundle?message.reciever:identifier=R0A&_lastUpdated=>2025-03-01T02:00:02+01:00"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Bundle/GenomicsOrderMessageReplyFatal"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/Bundle/GenomicsOrderMessageReplyFatal> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]     ]
  ] ) . # 

<http://example.org/fhir/Bundle/GenomicsOrderMessageReplyFatal> a fhir:Bundle ;
  fhir:id [ fhir:v "GenomicsOrderMessageReplyFatal"] ; # 
  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 "MessageHeaderGenomicOrderReplyFatal"] ; # 
  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/HIVE"^^xsd:anyURI ] ;
fhir:receiver [
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: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 "NW GLH" ] ;
fhir:endpoint [ fhir:v "http://www.acme.org/endpoint/RIE"^^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" ]     ]
  ] . #