Argo-Scheduling Implementation Guide Release 1.0.0

This page is part of the Argonaut Scheduling Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: Schedule-arg-s-6

Raw json

{
  "resourceType" : "Schedule",
  "id" : "arg-s-6",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: arg-s-6</p><p><b>active</b>: true</p><p><b>serviceType</b>: WELL CHILD <span style="background: LightGoldenRodYellow">(Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'well-child' = 'WELL CHILD', given as 'WELL CHILD'})</span></p><p><b>specialty</b>: Family practice <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '419772000' = 'Family practice (qualifier value)', given as 'Family practice'})</span></p><p><b>actor</b>: <a href="Practitioner-dr-y.html">Dr. Y. Generated Summary: id: dr-y; 9941339108, 25456; Y </a></p><p><b>planningHorizon</b>: 07/08/2017 12:00:00 AM --&gt; 07/08/2017 12:00:00 AM</p><p><b>comment</b>: two week schedule for Dr. Y</p></div>"
  },
  "active" : true,
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
          "code" : "well-child",
          "display" : "WELL CHILD"
        }
      ],
      "text" : "WELL CHILD"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "419772000",
          "display" : "Family practice"
        }
      ]
    }
  ],
  "actor" : [
    {
      "reference" : "Practitioner/dr-y",
      "display" : "Dr. Y"
    }
  ],
  "planningHorizon" : {
    "start" : "2017-08-07",
    "end" : "2017-08-07"
  },
  "comment" : "two week schedule for Dr. Y"
}