@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Slot ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "slot-min-example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-slot"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "Generated Narrative: Slot slot-min-example Profile: Slotschedule: https://alexapi.medtechglobal.com.au/fhir/Schedule/1status: Freestart: 2021-08-27 13:00:00+1200end: 2021-08-27 13:15:00+1200"^^rdf:XMLLiteral ] ] ; # 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] . # # -------------------------------------------------------------------------------------
Generated Narrative: Slot slot-min-example
Profile: Slot
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