Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EBookingsAppointmentResponseExample - 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:AppointmentResponse ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bd1efd6a-e035-4fa8-b539-f0939de7c5ed"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/ebookings-appointmentresponse"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/ebookings-appointmentresponse> ] )
] ; #
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: AppointmentResponse bd1efd6a-e035-4fa8-b539-f0939de7c5ed</b></p><a name=\"bd1efd6a-e035-4fa8-b539-f0939de7c5ed\"> </a><a name=\"hcbd1efd6a-e035-4fa8-b539-f0939de7c5ed\"> </a><a name=\"bd1efd6a-e035-4fa8-b539-f0939de7c5ed-en-US\"> </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-ebookings-appointmentresponse.html\">EBookings Appointment Response</a></p></div><p><b>appointment</b>: <a href=\"Appointment-840fdd86-f273-4c56-89af-cc5dcda592ab.html\">Appointment: extension = 2022-02-01 13:00:00+1000; status = pending; serviceType = ; reasonCode = ; start = 2022-04-01 11:45:00+1000; end = 2022-04-01 12:00:00+1000; created = 2022-02-01 08:00:00+1000; comment = Preoperative notes; patientInstruction = Fast from 2:00 AM</a></p><p><b>start</b>: 2022-04-01 11:45:00+1000</p><p><b>participantType</b>: <span title=\"Codes:{http://snomed.info/sct 22232009}\">Hospital</span></p><p><b>actor</b>: <a href=\"HealthcareService-c17392bb-5f86-4906-be86-71e6f7634e77.html\">Ashford Private Hospital</a></p><p><b>participantStatus</b>: Accepted</p><p><b>comment</b>: Awaiting admission form from patient</p></div>"^^rdf:XMLLiteral
] ; #
fhir:appointment [
fhir:reference [ fhir:v "Appointment/840fdd86-f273-4c56-89af-cc5dcda592ab" ]
] ; #
fhir:start [ fhir:v "2022-04-01T11:45:00.000+10:00"^^xsd:dateTime] ; #
fhir:participantType ( [
( fhir:coding [
a sct:22232009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22232009" ] ;
fhir:display [ fhir:v "Hospital" ] ] )
] ) ; #
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/c17392bb-5f86-4906-be86-71e6f7634e77" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ] ) ;
fhir:text [ fhir:v "Hospital Provider Number" ] ] ;
fhir:system [ fhir:v "https://www.health.gov.au/resources/publications/list-of-declared-hospitals"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0065020L" ] ] ;
fhir:display [ fhir:v "Ashford Private Hospital" ]
] ; #
fhir:participantStatus [ fhir:v "accepted"] ; #
fhir:comment [ fhir:v "Awaiting admission form from patient"] . #