XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Appointment - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "id" : "ExampleXealthAppointment",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.xealth.io/StructureDefinition/xealth-appointment"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment ExampleXealthAppointment</b></p><a name=\"ExampleXealthAppointment\"> </a><a name=\"hcExampleXealthAppointment\"> </a><a name=\"ExampleXealthAppointment-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-appointment.html\">Xealth Appointment</a></p></div><blockquote><p><b>io/StructureDefinition/extension-status-history</b></p><ul><li>status: accepted</li><li>period: 2021-04-19 16:17:36+0000 --&gt; (ongoing)</li></ul></blockquote><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{https://fhir.xealth.io/ns/identifier/service-category NONSURG}\">Non-Surgical Appointment</span></p><p><b>serviceType</b>: <span title=\"Codes:{https://fhir.xealth.io/ns/identifier/example-appointment-service-type-1' Walk In}\">Walk In</span></p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.xealth.io/ns/identifier/example-surgical-specialty URO}\">URO</span></p><p><b>created</b>: 2021-04-19 16:17:36+0000</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID:\u00a0xealth-17328-1732489-17846492-3128691\u00a0(use:\u00a0official,\u00a0))</a></td><td>Accepted</td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "status",
          "valueCode" : "accepted"
        },
        {
          "url" : "period",
          "valuePeriod" : {
            "start" : "2021-04-19T16:17:36Z"
          }
        }
      ],
      "url" : "https://fhir.xealth.io/StructureDefinition/extension-status-history"
    }
  ],
  "status" : "booked",
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.xealth.io/ns/identifier/service-category",
          "code" : "NONSURG",
          "display" : "Non-Surgical Appointment"
        }
      ],
      "text" : "Non-Surgical Appointment"
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.xealth.io/ns/identifier/example-appointment-service-type-1'",
          "code" : "Walk In",
          "display" : "Walk In"
        }
      ],
      "text" : "Walk In"
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.xealth.io/ns/identifier/example-surgical-specialty",
          "code" : "URO"
        }
      ]
    }
  ],
  "created" : "2021-04-19T16:17:36Z",
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "Patient/ExampleXealthPatient"
      },
      "status" : "accepted"
    }
  ]
}