Te Whatu Ora Shared Care FHIR API
0.3.9 - release
Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2023-11-09T05:00:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Appointment"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Appointment> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment </b><a name=\"SecondaryProphylaxisAppointment-August-Booked\"> </a><a name=\"hcSecondaryProphylaxisAppointment-August-Booked\"> </a></p><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\">ResourceAppointment "SecondaryProphylaxisAppointment-August-Booked" Version"2" Updated"2023-11-09 05:00:00+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/appointment.html\">Appointment</a></p></div><p><b>identifier</b>: salesforce-careplanactivity-id/CPA-00073693-20230808 (use: usual)</p><p><b>status</b>: booked</p><p><b>description</b>: monthly injection August 2023</p><p><b>supportingInformation</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p><p><b>start</b>: Aug 8, 2023, 2:00:00 AM</p><p><b>end</b>: Aug 8, 2023, 3:00:00 AM</p><p><b>comment</b>: The plan for this appointment is...</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <span>: Madeleine Meringue</span></p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <span>: Isabel Injecta</span></p><p><b>status</b>: accepted</p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/CodeSystem/external-system-identifier-type-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "salesforce-careplanactivity-id" ] ] ) ] ;
fhir:system [ fhir:v "https://developer.salesforce.com/docs"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CPA-00073693-20230808" ]
] ) ; #
fhir:status [ fhir:v "booked"] ; #
fhir:description [ fhir:v "monthly injection August 2023"] ; #
fhir:supportingInformation ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G0M086-B" ] ] ;
fhir:display [ fhir:v "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service" ]
] ) ; #
fhir:start [ fhir:v "2023-08-08T02:00:00Z"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2023-08-08T03:00:00Z"^^xsd:dateTime] ; #
fhir:comment [ fhir:v "The plan for this appointment is..."] ; #
fhir:participant ( [
fhir:actor [
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
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 "SCF7824" ] ] ;
fhir:display [ fhir:v "Madeleine Meringue" ] ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-practitioner-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99ZAAA" ] ] ;
fhir:display [ fhir:v "Isabel Injecta" ] ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #
IG © 2022+ Te Whatu Ora. Package tewhatuora.sharedcare#0.3.9 based on FHIR 4.0.1. Generated 2024-06-20
Links: Table of Contents |
QA Report