@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Schedule Example1

identifier: Unspecified Identifier/53

active: false

serviceType: General Practice

actor: Practitioner Harry S. Winston

planningHorizon: 2020-08-28 00:00:00-0600 --> 2020-08-29 00:00:00-0600

comment: New Schedule

" ] ; # 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:link ; 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"] . # # -------------------------------------------------------------------------------------