Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Slot Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-slot-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Unspecified Identifier/1268240</p><p><b>serviceType</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html 182}\">followup_12</span></p><p><b>schedule</b>: <a href=\"Schedule/144\">Schedule/144</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2024-04-12 09:00:00+0530</p><p><b>end</b>: 2024-04-12 09:15:00+0530</p><p><b>overbooked</b>: false</p></div>"
  ] ; # 
  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: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] . #