@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "appointment-cancellation-full-example"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2023-07-18T20:12:04.000+12:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-appointment-cancellation"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: Appointment appointment-cancellation-full-example

Last updated: 2023-07-18 20:12:04+1200

Profile: Appointment Cancellation

status: Cancelled

start: 2021-10-04 13:00:00+1300

end: 2021-10-04 13:30:00+1300

comment: Appointment for testing purposes only.

participant

actor: Tester

required: Required

status: Accepted

participant

actor: Dr Alex Api

required: Required

status: Accepted

participant

actor: Alex Test Evo Practice

required: Required

status: Accepted

"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "cancelled"] ; # fhir:start [ fhir:v "2021-10-04T13:00:00.000+13:00"^^xsd:dateTime] ; # fhir:end [ fhir:v "2021-10-04T13:30:00.000+13:00"^^xsd:dateTime] ; # fhir:comment [ fhir:v "Appointment for testing purposes only."] ; # fhir:participant ( [ fhir:actor [ fhir:l ; fhir:reference [ fhir:v "https://alexapiuat.medtechglobal.com.au/fhir/Patient/d0768a769aed1f06dbb4191a85559f18" ] ; fhir:type [ fhir:v "Patient"^^xsd:anyURI ; fhir:l fhir:Patient ] ; fhir:display [ fhir:v "Tester" ] ] ; fhir:required [ fhir:v "required" ] ; fhir:status [ fhir:v "accepted" ] ] [ fhir:actor [ fhir:l ; fhir:reference [ fhir:v "https://alexapidev.medtechglobal.com/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ; fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ; fhir:l fhir:Practitioner ] ; fhir:display [ fhir:v "Dr Alex Api" ] ] ; fhir:required [ fhir:v "required" ] ; fhir:status [ fhir:v "accepted" ] ] [ fhir:actor [ fhir:l ; fhir:reference [ fhir:v "https://alexapidev.medtechglobal.com/fhir/Location/fab8a5ac1c4e5706198e1b493950fb74" ] ; fhir:type [ fhir:v "Location"^^xsd:anyURI ; fhir:l fhir:Location ] ; fhir:display [ fhir:v "Alex Test Evo Practice" ] ] ; fhir:required [ fhir:v "required" ] ; fhir:status [ fhir:v "accepted" ] ] ) . # # -------------------------------------------------------------------------------------