Scheduling
1.0.0-current - ci-build International flag

Scheduling, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Scheduling/ and changes regularly. See the Directory of published versions

: Potential Appointment List - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "example-appt-bundle-1",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-avail-bundle"
    ]
  },
  "type" : "searchset",
  "total" : 3,
  "entry" : [
    {
      "fullUrl" : "https://example.com/base/Appointment/proposed-appt1a-1",
      "resource" : {
        "resourceType" : "Appointment",
        "id" : "proposed-appt1a-1",
        "meta" : {
          "profile" : [
            🔗 "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-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-appt1a-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>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/07/2017 6:00:00 AM</p></div>"
        },
        "status" : "proposed",
        "serviceType" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "185389009",
                "display" : "Follow-up visit"
              }
            ],
            "text" : "Office Call"
          }
        ],
        "appointmentType" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/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-07-17T20:00:00Z"
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "https://example.com/base/Appointment/proposed-appt1a-2",
      "resource" : {
        "resourceType" : "Appointment",
        "id" : "proposed-appt1a-2",
        "meta" : {
          "profile" : [
            🔗 "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-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-appt1a-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>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/07/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://snomed.info/sct",
                "code" : "185389009",
                "display" : "Follow-up visit"
              }
            ],
            "text" : "Office Call"
          }
        ],
        "appointmentType" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
              "code" : "ROUTINE"
            }
          ],
          "text" : "Routine"
        },
        "start" : "2017-07-17T01:00:00Z",
        "end" : "2017-07-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-appt1a-3",
      "resource" : {
        "resourceType" : "Appointment",
        "id" : "proposed-appt1a-3",
        "meta" : {
          "profile" : [
            🔗 "https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-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-appt1a-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>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/07/2017 6:00:00 AM</p></div>"
        },
        "status" : "proposed",
        "serviceType" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "185389009",
                "display" : "Follow-up visit"
              }
            ],
            "text" : "Office Call"
          }
        ],
        "appointmentType" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/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-07-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"
      }
    }
  ]
}