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: Slot-2017-09-07T154500-arg-s-6

Raw json

{
  "resourceType" : "Slot",
  "id" : "2017-09-07T154500-arg-s-6",
  "meta" : {
    "profile" : [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/prefetch-slot"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 2017-09-07T154500-arg-s-6</p><p><b>meta</b>: </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 : {[not stated] code '419772000' = '419772000', given as 'Family practice'})</span></p><p><b>schedule</b>: <a href="Schedule-arg-s-6.html">Generated Summary: id: arg-s-6; active; <span title="Codes: {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type well-child}">WELL CHILD</span>; <span title="Codes: {http://snomed.info/sct 419772000}">Family practice</span>; planningHorizon: 07/08/2017 12:00:00 AM --&gt; 07/08/2017 12:00:00 AM; comment: two week schedule for Dr. Y</a></p><p><b>status</b>: busy</p><p><b>start</b>: 07/09/2017 3:45:00 PM</p><p><b>end</b>: 07/09/2017 4:00:00 PM</p><p><b>comment</b>: age &gt; 1</p></div>"
  },
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
          "code" : "well-child",
          "display" : "WELL CHILD"
        }
      ],
      "text" : "WELL CHILD"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "code" : "419772000",
          "display" : "Family practice"
        }
      ]
    }
  ],
  "schedule" : {
    "reference" : "Schedule/arg-s-6"
  },
  "status" : "busy",
  "start" : "2017-09-07T15:45:00+00:00",
  "end" : "2017-09-07T16:00:00+00:00",
  "comment" : "age > 1"
}