Clinical Practice Guidelines (CPG) on EBMonFHIR
1.1.0 - qa-preview

This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.1.0).

: Episode Of Care Type - JSON Representation

Draft as of 2022-09-06

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vs-episode-of-care-type",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-episode-of-care-type</b></p><a name=\"vs-episode-of-care-type\"> </a><a name=\"hcvs-episode-of-care-type\"> </a><a name=\"vs-episode-of-care-type-en-US\"> </a><ul><li>Include these codes as defined in <code>http://fhir.de/CodeSystem/kontaktart-de</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>vorstationaer</td><td>Vorstationär</td></tr><tr><td>nachstationaer</td><td>Nachstationär</td></tr><tr><td>teilstationaer</td><td>Teilstationäre Behandlung</td></tr><tr><td>normalstationaer</td><td>Normalstationär</td></tr><tr><td>intensivstationaer</td><td>Intensivstationär</td></tr><tr><td>ub</td><td>Untersuchung und Behandlung</td></tr><tr><td>stationsaequivalent</td><td>Stationsäquivalent</td></tr><tr><td>operation</td><td>Operation</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "shareable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "computable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "publishable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode" : "structured"
    }
  ],
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type",
  "version" : "0.1.1",
  "name" : "EpisodeOfCareType",
  "title" : "Episode Of Care Type",
  "status" : "draft",
  "date" : "2022-09-06",
  "publisher" : "Netzwerk Universitätsmedizin (NUM)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description" : "Episode Of Care Type",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.de/CodeSystem/kontaktart-de",
        "concept" : [
          {
            "code" : "vorstationaer",
            "display" : "Vorstationär"
          },
          {
            "code" : "nachstationaer",
            "display" : "Nachstationär"
          },
          {
            "code" : "teilstationaer",
            "display" : "Teilstationäre Behandlung"
          },
          {
            "code" : "normalstationaer",
            "display" : "Normalstationär"
          },
          {
            "code" : "intensivstationaer",
            "display" : "Intensivstationär"
          },
          {
            "code" : "ub",
            "display" : "Untersuchung und Behandlung"
          },
          {
            "code" : "stationsaequivalent",
            "display" : "Stationsäquivalent"
          },
          {
            "code" : "operation",
            "display" : "Operation"
          }
        ]
      }
    ]
  }
}