@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Slot ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "slot-full-example"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-slot"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div [ fhir:v "

Generated Narrative: Slot slot-full-example

version: 1

Profile: Slot

Slot Online Bookable extension: true

schedule: https://alexapi.medtechglobal.com.au/fhir/Schedule/1

status: Free

start: 2021-08-27 13:00:00+1200

end: 2021-08-27 13:15:00+1200

overbooked: false

comment: Test comment

"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/slot-online-bookable"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:Boolean ; fhir:v true ] ] ) ; # fhir:schedule [ fhir:l ; fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Schedule/1" ] ] ; # fhir:status [ fhir:v "free"] ; # fhir:start [ fhir:v "2021-08-27T13:00:00.000+12:00"^^xsd:dateTime] ; # fhir:end [ fhir:v "2021-08-27T13:15:00.000+12:00"^^xsd:dateTime] ; # fhir:overbooked [ fhir:v false] ; # fhir:comment [ fhir:v "Test comment"] . # # -------------------------------------------------------------------------------------