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

: Xealth Encounter Status History Value Set - JSON Representation

Active as of 2025-04-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "xealth-encounter-status-history-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet xealth-encounter-status-history-vs</b></p><a name=\"xealth-encounter-status-history-vs\"> </a><a name=\"hcxealth-encounter-status-history-vs\"> </a><a name=\"xealth-encounter-status-history-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html\"><code>http://hl7.org/fhir/encounter-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-planned\">planned</a></td><td>planned</td><td>The Encounter has not yet started.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-encounter-status.html#encounter-status-cancelled\">cancelled</a></td><td>cancelled</td><td>The Encounter has ended before it has begun.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.xealth.io/ValueSet/xealth-encounter-status-history-vs",
  "version" : "v1.42.0",
  "name" : "XealthEncounterStatusHistoryVS",
  "title" : "Xealth Encounter Status History Value Set",
  "status" : "active",
  "date" : "2025-04-04T23:54:05+00:00",
  "publisher" : "Xealth",
  "contact" : [
    {
      "name" : "Xealth",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.xealth.io"
        },
        {
          "system" : "email",
          "value" : "support@xealth.io"
        }
      ]
    }
  ],
  "description" : "The statuses that Xealth accepts for an Encounter Status History.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/encounter-status",
        "concept" : [
          {
            "code" : "planned",
            "display" : "planned"
          },
          {
            "code" : "cancelled",
            "display" : "cancelled"
          }
        ]
      }
    ]
  }
}