Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
{
"resourceType" : "Schedule",
"id" : "Example1",
"meta" : {
"profile" : [
🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-schedule-profile"
]
},
"text" : {
"status" : "generated",
"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 --> 2020-08-29 00:00:00-0600</p><p><b>comment</b>: New Schedule</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "U",
"display" : "Unspecified Identifier"
}
],
"text" : "Unspecified Identifier"
},
"system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ScheduleId/Training",
"value" : "53"
}
],
"active" : false,
"serviceType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-type",
"code" : "124",
"display" : "General Practice"
}
],
"text" : "General Practice"
}
],
"actor" : [
{
🔗 "reference" : "Practitioner/Example1"
}
],
"planningHorizon" : {
"start" : "2020-08-28T00:00:00-06:00",
"end" : "2020-08-29T00:00:00-06:00"
},
"comment" : "New Schedule"
}