@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Slot ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-profile"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Slot Example1

identifier: Unspecified Identifier/1268240

serviceType: followup_12

schedule: Schedule/144

status: Free

start: 2024-04-12 09:00:00+0530

end: 2024-04-12 09:15:00+0530

overbooked: false

" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-extension-facility"^^xsd:anyURI ] ; fhir:value [ fhir:v "23" ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "U" ] ; fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ; fhir:text [ fhir:v "Unspecified Identifier" ] ] ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/SlotId/1000-4-9390"^^xsd:anyURI ] ; fhir:value [ fhir:v "1268240" ] ] ) ; # fhir:serviceType ( [ fhir:coding ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html"^^xsd:anyURI ] ; fhir:code [ fhir:v "182" ] ; fhir:display [ fhir:v "followup_12" ] ] ) ; fhir:text [ fhir:v "followup_12" ] ] ) ; # fhir:schedule [ fhir:link ; fhir:reference [ fhir:v "Schedule/144" ] ] ; # fhir:status [ fhir:v "free" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/slotstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "Available" ] ] ] ) ] ; # fhir:start [ fhir:v "2024-04-12T09:00:00.000+05:30"^^xsd:dateTime] ; # fhir:end [ fhir:v "2024-04-12T09:15:00.000+05:30"^^xsd:dateTime] ; # fhir:overbooked [ fhir:v "false"^^xsd:boolean] . # # -------------------------------------------------------------------------------------