NHS North West Genomics
2.0.4 - ci-build United Kingdom flag

NHS North West Genomics, published by NHS North West Genomics. This guide is not an authorized publication; it is the continuous build for version 2.0.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/nw-gmsa.github.com/ and changes regularly. See the Directory of published versions

: Message Definition - Acknowledgement - 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 "acknowledgement"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition acknowledgement</b></p><a name=\"acknowledgement\"> </a><a name=\"hcacknowledgement\"> </a><p><b>url</b>: <a href=\"MessageDefinition-acknowledgement.html\">MessageDefinition Message Definition - Acknowledgement</a></p><p><b>version</b>: 2.0.4</p><p><b>title</b>: Message Definition - Acknowledgement</p><p><b>status</b>: Draft</p><p><b>date</b>: 2024-10-04</p><p><b>publisher</b>: NHS North West Genomics</p><p><b>contact</b>: <a href=\"https://www.nwgenomics.nhs.uk/contact-us\">https://www.nwgenomics.nhs.uk/contact-us</a></p><p><b>description</b>: </p><div><p>OperationOutcome is required for rejected messages.</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://hl7.org/fhir/R4/v2/0003/index.html#v2-0003-varies\">v2 EVENT TYPE CODE: varies</a> (MFQ/MFR - Master files query (use event same as asking for e.g., M05 - location))</p><p><b>category</b>: Consequence</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>OperationOutcome</td><td><a href=\"StructureDefinition-OperationOutcome.html\">OperationOutcome</a></td><td>0</td><td>1</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.nwgenomics.nhs.uk/MessageDefinition/acknowledgement"^^xsd:anyURI ;
fhir:l <https://fhir.nwgenomics.nhs.uk/MessageDefinition/acknowledgement>
  ] ; # 
  fhir:version [ fhir:v "2.0.4"] ; # 
  fhir:title [ fhir:v "Message Definition - Acknowledgement"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-10-04"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "NHS North West Genomics"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.nwgenomics.nhs.uk/contact-us" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "OperationOutcome is required for rejected messages."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
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:l <http://terminology.hl7.org/CodeSystem/v2-0003>     ] ;
fhir:code [ fhir:v "varies" ]
  ] ; # 
  fhir:category [ fhir:v "consequence"] ; # 
  fhir:focus ( [
fhir:code [ fhir:v "OperationOutcome" ] ;
fhir:profile [
fhir:v "https://fhir.nwgenomics.nhs.uk/StructureDefinition/OperationOutcome"^^xsd:anyURI ;
fhir:l <https://fhir.nwgenomics.nhs.uk/StructureDefinition/OperationOutcome>     ] ;
fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
  ] ) . #