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: Bundle-prefetch-derm-appts

Raw json

{
  "resourceType" : "Bundle",
  "id" : "prefetch-derm-appts",
  "meta" : {
    "profile" : [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/avail-bundle"
    ]
  },
  "type" : "searchset",
  "total" : 3,
  "entry" : [
    {
      "fullUrl" : "https://example.com/base/Appointment/proposed-appt2b-1",
      "resource" : {
        "resourceType" : "Appointment",
        "id" : "proposed-appt2b-1",
        "meta" : {
          "profile" : [
            "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: proposed-appt2b-1</p><p><b>meta</b>: </p><p><b>status</b>: proposed</p><p><b>serviceType</b>: Office Call <span style="background: LightGoldenRodYellow">(Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'consult' = 'CONSULTATION', given as 'CONSULTATION'})</span></p><p><b>specialty</b>: Dermatology <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '394582007' = 'Dermatology (qualifier value)', given as 'Dermatology'})</span></p><p><b>appointmentType</b>: Routine <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v2/0276 code 'ROUTINE' = 'Routine appointment - default if not valued)</span></p><p><b>start</b>: 17/07/2017 12:45:00 AM</p><p><b>end</b>: 17/07/2017 1:00:00 AM</p><blockquote><p><b>participant</b></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>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Napa Office</p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><p><b>requestedPeriod</b>: 16/07/2017 6:00:00 AM --&gt; 18/08/2017 6:00:00 AM</p></div>"
        },
        "status" : "proposed",
        "serviceType" : [
          {
            "coding" : [
              {
                "system" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
                "code" : "consult",
                "display" : "CONSULTATION"
              }
            ],
            "text" : "Office Call"
          }
        ],
        "specialty" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "394582007",
                "display" : "Dermatology"
              }
            ],
            "text" : "Dermatology"
          }
        ],
        "appointmentType" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0276",
              "code" : "ROUTINE"
            }
          ],
          "text" : "Routine"
        },
        "start" : "2017-07-17T00:45:00Z",
        "end" : "2017-07-17T01:00:00Z",
        "participant" : [
          {
            "actor" : {
              "reference" : "Practitioner/dr-y",
              "display" : "Dr Y"
            },
            "required" : "required",
            "status" : "needs-action"
          },
          {
            "actor" : {
              "display" : "Napa Office"
            },
            "required" : "required",
            "status" : "needs-action"
          }
        ],
        "requestedPeriod" : [
          {
            "start" : "2017-07-15T20:00:00Z",
            "end" : "2017-08-17T20:00:00Z"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "https://example.com/base/Appointment/proposed-appt2b-2",
      "resource" : {
        "resourceType" : "Appointment",
        "id" : "proposed-appt2b-2",
        "meta" : {
          "profile" : [
            "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: proposed-appt2b-2</p><p><b>meta</b>: </p><p><b>status</b>: proposed</p><p><b>serviceType</b>: Office Call <span style="background: LightGoldenRodYellow">(Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'consult' = 'CONSULTATION', given as 'CONSULTATION'})</span></p><p><b>specialty</b>: Dermatology <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '394582007' = 'Dermatology (qualifier value)', given as 'Dermatology'})</span></p><p><b>appointmentType</b>: Routine <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v2/0276 code 'ROUTINE' = 'Routine appointment - default if not valued)</span></p><p><b>start</b>: 17/07/2017 1:00:00 AM</p><p><b>end</b>: 17/08/2017 1:15:00 AM</p><blockquote><p><b>participant</b></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>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Napa Office</p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><p><b>requestedPeriod</b>: 16/07/2017 6:00:00 AM --&gt; 18/07/2017 6:00:00 AM</p></div>"
        },
        "status" : "proposed",
        "serviceType" : [
          {
            "coding" : [
              {
                "system" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
                "code" : "consult",
                "display" : "CONSULTATION"
              }
            ],
            "text" : "Office Call"
          }
        ],
        "specialty" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "394582007",
                "display" : "Dermatology"
              }
            ],
            "text" : "Dermatology"
          }
        ],
        "appointmentType" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0276",
              "code" : "ROUTINE"
            }
          ],
          "text" : "Routine"
        },
        "start" : "2017-07-17T01:00:00Z",
        "end" : "2017-08-17T01:15:00Z",
        "participant" : [
          {
            "actor" : {
              "reference" : "Practitioner/dr-y",
              "display" : "Dr Y"
            },
            "required" : "required",
            "status" : "needs-action"
          },
          {
            "actor" : {
              "display" : "Napa Office"
            },
            "required" : "required",
            "status" : "needs-action"
          }
        ],
        "requestedPeriod" : [
          {
            "start" : "2017-07-15T20:00:00Z",
            "end" : "2017-07-17T20:00:00Z"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "https://example.com/base/Appointment/proposed-appt2b-3",
      "resource" : {
        "resourceType" : "Appointment",
        "id" : "proposed-appt2b-3",
        "meta" : {
          "profile" : [
            "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: proposed-appt2b-3</p><p><b>meta</b>: </p><p><b>status</b>: proposed</p><p><b>serviceType</b>: Office Call <span style="background: LightGoldenRodYellow">(Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'consult' = 'CONSULTATION', given as 'CONSULTATION'})</span></p><p><b>specialty</b>: Dermatology <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '394582007' = 'Dermatology (qualifier value)', given as 'Dermatology'})</span></p><p><b>appointmentType</b>: Routine <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/v2/0276 code 'ROUTINE' = 'Routine appointment - default if not valued)</span></p><p><b>start</b>: 17/07/2017 2:00:00 AM</p><p><b>end</b>: 17/07/2017 2:15:00 AM</p><blockquote><p><b>participant</b></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>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: Napa Office</p><p><b>required</b>: required</p><p><b>status</b>: needs-action</p></blockquote><p><b>requestedPeriod</b>: 16/07/2017 6:00:00 AM --&gt; 18/08/2017 6:00:00 AM</p></div>"
        },
        "status" : "proposed",
        "serviceType" : [
          {
            "coding" : [
              {
                "system" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
                "code" : "consult",
                "display" : "CONSULTATION"
              }
            ],
            "text" : "Office Call"
          }
        ],
        "specialty" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "394582007",
                "display" : "Dermatology"
              }
            ],
            "text" : "Dermatology"
          }
        ],
        "appointmentType" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/v2/0276",
              "code" : "ROUTINE"
            }
          ],
          "text" : "Routine"
        },
        "start" : "2017-07-17T02:00:00Z",
        "end" : "2017-07-17T02:15:00Z",
        "participant" : [
          {
            "actor" : {
              "reference" : "Practitioner/dr-y",
              "display" : "Dr Y"
            },
            "required" : "required",
            "status" : "needs-action"
          },
          {
            "actor" : {
              "display" : "Napa Office"
            },
            "required" : "required",
            "status" : "needs-action"
          }
        ],
        "requestedPeriod" : [
          {
            "start" : "2017-07-15T20:00:00Z",
            "end" : "2017-08-17T20:00:00Z"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "https://example.com/base/OperationOutcome/example",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "example",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><h3>Issues</h3><table class="grid"><tr><td>-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td>*</td><td>information</td><td>informational</td><td>the appointment availability operation was successful <span style="background: LightGoldenRodYellow">(Details )</span></td></tr></table></div>"
        },
        "issue" : [
          {
            "severity" : "information",
            "code" : "informational",
            "details" : {
              "text" : "the appointment availability operation was successful"
            }
          }
        ]
      },
      "search" : {
        "mode" : "outcome"
      }
    }
  ]
}