Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Schedule 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:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-schedule-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-schedule-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: Schedule Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><p><b>identifier</b>: Unspecified Identifier/53</p><p><b>active</b>: false</p><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}\">General Practice</span></p><p><b>actor</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>planningHorizon</b>: 2020-08-28 00:00:00-0600 --&gt; 2020-08-29 00:00:00-0600</p><p><b>comment</b>: New Schedule</p></div>"
  ] ; # 
  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/ScheduleId/Training"^^xsd:anyURI ] ;
fhir:value [ fhir:v "53" ]
  ] ) ; # 
  fhir:active [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "124" ] ;
fhir:display [ fhir:v "General Practice" ]     ] ) ;
fhir:text [ fhir:v "General Practice" ]
  ] ) ; # 
  fhir:actor ( [
fhir:reference [ fhir:v "Practitioner/Example1" ]
  ] ) ; # 
  fhir:planningHorizon [
fhir:start [ fhir:v "2020-08-28T00:00:00-06:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-08-29T00:00:00-06:00"^^xsd:dateTime ]
  ] ; # 
  fhir:comment [ fhir:v "New Schedule"] . #