Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: NZ Telehealth Appointment Example - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/SharedCareAppointment"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/SharedCareAppointment> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment NzTelehealthAppointmentExample</b></p><a name=\"NzTelehealthAppointmentExample\"> </a><a name=\"hcNzTelehealthAppointmentExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SharedCareAppointment.html\">NZ SharedCare Appointment</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/appointment-identifier</code>/APT123456 (use: official, )</p><p><b>status</b>: Fulfilled</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 386661006}\">Fever</span></p><p><b>start</b>: 2025-01-01 10:00:00+1300</p><p><b>end</b>: 2025-01-01 10:17:00+1300</p><p><b>created</b>: 2025-01-01 09:30:00+1300</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">patient</span></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Patient/ZZZ0008\">Patient/ZZZ0008</a></td><td>Accepted</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/appointment-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "APT123456" ]
] ) ; #
fhir:status [ fhir:v "fulfilled"] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:386661006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386661006" ] ;
fhir:display [ fhir:v "Fever" ] ] )
] ) ; #
fhir:start [ fhir:v "2025-01-01T10:00:00+13:00"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2025-01-01T10:17:00+13:00"^^xsd:dateTime] ; #
fhir:created [ fhir:v "2025-01-01T09:30:00+13:00"^^xsd:dateTime] ; #
fhir:participant ( [
( fhir:type [
( fhir:coding [
fhir:code [ fhir:v "patient" ] ] ) ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Patient/ZZZ0008" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZZZ0008" ] ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #