Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview

Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions

: Encounter Type - JSON Representation

Draft as of 2025-08-06

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vs-encounter-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-encounter-type</b></p><a name=\"vs-encounter-type\"> </a><a name=\"hcvs-encounter-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-care-setting.html\"><code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-care-setting</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=\"CodeSystem-cs-care-setting.html#cs-care-setting-outpatient\">outpatient</a></td><td style=\"color: #cccccc\">Outpatient</td><td>Healthcare services provided to patients who are not admitted to a hospital or other facility.</td></tr><tr><td><a href=\"CodeSystem-cs-care-setting.html#cs-care-setting-inpatient\">inpatient</a></td><td style=\"color: #cccccc\">Inpatient</td><td>Healthcare services provided to patients who are admitted to a hospital or other facility for at least one night.</td></tr><tr><td><a href=\"CodeSystem-cs-care-setting.html#cs-care-setting-partial-hospitalization\">partial-hospitalization</a></td><td style=\"color: #cccccc\">Partial Hospitalization</td><td>Healthcare services provided in a hospital or facility during the day, with patients returning home at night.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.awmf.org/awmf.ig/ValueSet/vs-encounter-type",
  "version" : "0.1.0",
  "name" : "EncounterTypeVS",
  "title" : "Encounter Type",
  "status" : "draft",
  "date" : "2025-08-06T18:15:04+00:00",
  "publisher" : "AWMF e.V.",
  "contact" : [
    {
      "name" : "AWMF e.V.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.awmf.org"
        }
      ]
    }
  ],
  "description" : "ValueSet listing types of patient encounters based on hospitalization status.",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-care-setting",
        "concept" : [
          {
            "code" : "outpatient"
          },
          {
            "code" : "inpatient"
          },
          {
            "code" : "partial-hospitalization"
          }
        ]
      }
    ]
  }
}