New Zealand NES IG
1.4.6 - Release

New Zealand NES IG - Local Development build (v1.4.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: enrolment-nomination-response-message-2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "6789"] ; # 
  fhir:meta [
    ( fhir:tag [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ProcessingID"^^xsd:anyURI ] ;
fhir:code [ fhir:v "P" ]     ] )
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "34567"^^xsd:anyURI ] ;
    ( fhir:resource <34567> )
  ] [
fhir:fullUrl [ fhir:v "OperationOutcome/error"^^xsd:anyURI ] ;
    ( fhir:resource <OperationOutcome/error> )
  ] ) . # 

<34567> a fhir:MessageHeader ;
  fhir:id [ fhir:v "321321321"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_321321321\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 321321321</b></p><a name=\"321321321\"> </a><a name=\"hc321321321\"> </a><a name=\"321321321-en-US\"> </a><p><b>event</b>: <a href=\"https://common-ig.hip.digital.health.nz/site/CodeSystem-nes-event-type-1.0.html#nes-event-type-1.0-FLS_ENROLMENT_NOMINATION_ACK\">NES Event Type</a> FLS_ENROLMENT_NOMINATION_ACK: GP Enrolment Nomination Acknowledgement</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>facid123</td><td>HSAP22222</td><td>pmsedi</td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>66778899</td><td>OK</td></tr></table><p><b>focus</b>: <a href=\"Bundle-6789.html#OperationOutcome_error\">Bundle: type = message</a></p></div>"
  ] ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nes-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FLS_ENROLMENT_NOMINATION_ACK" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "facid123" ] ;
fhir:software [ fhir:v "HSAP22222" ] ;
fhir:endpoint [ fhir:v "pmsedi"^^xsd:anyURI ]
  ] ; # 
  fhir:response [
fhir:identifier [ fhir:v "66778899" ] ;
fhir:code [ fhir:v "ok" ]
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "OperationOutcome/error" ]
  ] ) . # 

<OperationOutcome/error> a fhir:OperationOutcome ;
  fhir:id [ fhir:v "error"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_error\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome error</b></p><a name=\"error\"> </a><a name=\"hcerror\"> </a><a name=\"error-en-US\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Processing Failure</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0008 AE}\">Original mode: Application Error - Enhanced mode: Application acknowledgment: Error</span></td><td>problem processing NK1 segment</td></tr></table></div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "processing" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0008"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AE" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "problem processing NK1 segment" ]
  ] ) . #