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-request-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 "54321"] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-05-14T11:15:33+10:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "12345"^^xsd:anyURI ] ;
    ( fhir:resource <12345> )
  ] [
fhir:fullUrl [ fhir:v "https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633"^^xsd:anyURI ] ;
    ( fhir:resource <https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633> )
  ] [
fhir:fullUrl [ fhir:v "RelatedPerson/ZJM9397"^^xsd:anyURI ] ;
    ( fhir:resource <RelatedPerson/ZJM9397> )
  ] ) . # 

<12345> a fhir:MessageHeader ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_null\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader </b></p><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\">NES Event Type</a> FLS_ENROLMENT_NOMINATION: GP Enrolment Nomination</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>pmsfacid</td><td>edi123</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Software</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>HSA3333</td><td><a href=\"http:///example.com\">http:///example.com</a></td></tr></table><p><b>focus</b>: </p><ul><li><a href=\"Bundle-11223344.html#https-//api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633\">Bundle: type = message; timestamp = 2023-05-14 11:15:33+1000</a></li><li><a href=\"Bundle-11223344.html#RelatedPerson_ZJM9397\">Bundle: type = message; timestamp = 2023-05-14 11:15:33+1000</a></li></ul></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" ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "pmsfacid" ] ;
fhir:endpoint [ fhir:v "edi123"^^xsd:anyURI ]
  ] ) ; # 
  fhir:source [
fhir:software [ fhir:v "HSA3333" ] ;
fhir:endpoint [ fhir:v "http:///example.com"^^xsd:anyURI ]
  ] ; # 
  fhir:focus ( [
fhir:link <https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633> ;
fhir:reference [ fhir:v "https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633" ]
  ] [
fhir:reference [ fhir:v "RelatedPerson/ZJM9397" ]
  ] ) . # 

<https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633> a fhir:Patient ;
  fhir:id [ fhir:v "ZKC4633"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "NHIPatient"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ZKC4633\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ZKC4633</b></p><a name=\"ZKC4633\"> </a><a name=\"hcZKC4633\"> </a><a name=\"ZKC4633-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Baby of Jane Aufderhar  Female, DoB: 2023-05-25 ( https://standards.digital.health.nz/ns/nhi-id#NHI#ZKC4633 (use: official, ))</p><hr/></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZKC4633" ]
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:family [ fhir:v "Aufderhar" ] ;
    ( fhir:given [ fhir:v "Baby of Jane" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "2023-05-25"^^xsd:date] . # 

<RelatedPerson/ZJM9397> a fhir:RelatedPerson ;
  fhir:id [ fhir:v "ZJM9397"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_ZJM9397\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson ZJM9397</b></p><a name=\"ZJM9397\"> </a><a name=\"hcZJM9397\"> </a><a name=\"ZJM9397-en-US\"> </a><p><b>identifier</b>: NHI/ZJM9397 (use: official, )</p><p><b>patient</b>: <a href=\"Bundle-11223344.html#https-//api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633\">Bundle: type = message; timestamp = 2023-05-14 11:15:33+1000</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>name</b>: Mary Jones </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZJM9397" ]
  ] ) ; # 
  fhir:patient [
fhir:link <https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633> ;
fhir:reference [ fhir:v "https://api.hip-uat.digital.health.nz/fhir/nhi/v1/Patient/ZKC4633" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ]     ] )
  ] ) ; # 
  fhir:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-preferred"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:family [ fhir:v "Jones" ] ;
    ( fhir:given [ fhir:v "Mary" ] )
  ] ) . #