This page is part of the Argonaut Scheduling Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
JSON Format: Schedule-example1
Raw json
{ "resourceType" : "Schedule", "id" : "example1", "meta" : { "profile" : [ "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sched-notif" ] }, "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example1</p><p><b>meta</b>: </p><p><b>actor</b>: <a href="Practitioner-dr-y.html">Crusher, Beverly. Generated Summary: id: dr-y; 9941339108, 25456; Y </a></p><p><b>planningHorizon</b>: 13/02/2018 12:00:00 AM --> 13/02/2018 12:00:00 AM</p></div>" }, "actor" : [ { "reference" : "Practitioner/dr-y", "display" : "Crusher, Beverly" } ], "planningHorizon" : { "start" : "2018-02-13", "end" : "2018-02-13" } }