@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Appointment ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "appointment-arrival-queue-min-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-queue"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "Generated Narrative: Appointment appointment-arrival-queue-min-example Last updated: 2023-07-18 20:12:04+1200Profile: Appointment Queue Arrivalstatus: WaitlistedParticipants-ActorRequiredStatus*TesterRequiredAccepted"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "waitlist"] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: Appointment appointment-arrival-queue-min-example
Last updated: 2023-07-18 20:12:04+1200
Profile: Appointment Queue Arrival
status: Waitlisted