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 Encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "ExampleXealthEncounter",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.xealth.io/StructureDefinition/xealth-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ExampleXealthEncounter</b></p><a name=\"ExampleXealthEncounter\"> </a><a name=\"hcExampleXealthEncounter\"> </a><a name=\"ExampleXealthEncounter-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-encounter.html\">Xealth Encounter</a></p></div><p><b>identifier</b>: <code>https://fhir.xealth.io/ns/identifier/example-encounter-id</code>/123</p><p><b>status</b>: Planned</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Planned</td><td>2021-04-19 16:17:36+0000 --&gt; (ongoing)</td></tr></table><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: Ambulatory</p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID:\u00a0xealth-17328-1732489-17846492-3128691\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>appointment</b>: <a href=\"Appointment-ExampleXealthAppointment.html\">Appointment: extension = ; status = booked; serviceCategory = Non-Surgical Appointment; serviceType = Walk In; specialty = URO; created = 2021-04-19 16:17:36+0000</a></p><p><b>serviceProvider</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.xealth.io/ns/identifier/example-encounter-id",
      "value" : "123"
    }
  ],
  "status" : "planned",
  "statusHistory" : [
    {
      "status" : "planned",
      "period" : {
        "start" : "2021-04-19T16:17:36Z"
      }
    }
  ],
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "Ambulatory"
  },
  "subject" : {
    🔗 "reference" : "Patient/ExampleXealthPatient"
  },
  "appointment" : [
    {
      🔗 "reference" : "Appointment/ExampleXealthAppointment"
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/ExampleOrganization"
  }
}