Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.5 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DHOAppointmentResponseExample - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/AppointmentResponse/DHOAppointmentResponseExample> a fhir:AppointmentResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DHOAppointmentResponseExample"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-11-11T02:29:24.844Z"^^xsd:dateTime ] ;
     fhir:Meta.source [ fhir:value "https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D" ] ;
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOAppointmentResponse" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOAppointmentResponse>
     ] ;
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://hub.services.digital.health.nz/ns/correlation-id" ] ;
       fhir:Coding.code [ fhir:value "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AppointmentResponse DHOAppointmentResponseExample</b></p><a name=\"DHOAppointmentResponseExample\"> </a><a name=\"hcDHOAppointmentResponseExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 2; Last updated: 2025-11-11 02:29:24+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D\">https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DHOAppointmentResponse.html\">DHO Appointment Response Profile</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>appointment</b>: Identifier: <code>urn:orion:pas:appointment:patient-appointment:code</code>/77350</p><p><b>participantType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType SBJ}\">Subject</span></p><p><b>participantStatus</b>: Accepted</p></div>"
  ] ;
  fhir:AppointmentResponse.appointment [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "urn:orion:pas:appointment:patient-appointment:code" ] ;
       fhir:Identifier.value [ fhir:value "77350" ]
     ]
  ] ;
  fhir:AppointmentResponse.participantType [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
       fhir:Coding.code [ fhir:value "SBJ" ] ;
       fhir:Coding.display [ fhir:value "Subject" ]
     ]
  ] ;
  fhir:AppointmentResponse.participantStatus [ fhir:value "accepted"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/AppointmentResponse/DHOAppointmentResponseExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/AppointmentResponse/DHOAppointmentResponseExample.ttl> .