FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/vs-episode-of-care-type

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
TypeValueSet
Idvs-episode-of-care-type
FHIR VersionR5
Sourcehttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-episode-of-care-type.html
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type
Version0.1.1
Statusdraft
Date2022-09-06
NameEpisodeOfCareType
TitleEpisode Of Care Type
Realmuv
Authorityhl7
DescriptionEpisode Of Care Type

Resources that use this resource

StructureDefinition
eligibility-criteriaEligibility Criteria

Resources that this resource uses

CodeSystem
kontaktart-deKontaktArtDe

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet vs-episode-of-care-type

  • Include these codes as defined in http://fhir.de/CodeSystem/kontaktart-de
    CodeDisplay
    vorstationaerVorstationär
    nachstationaerNachstationär
    teilstationaerTeilstationäre Behandlung
    normalstationaerNormalstationär
    intensivstationaerIntensivstationär
    ubUntersuchung und Behandlung
    stationsaequivalentStationsäquivalent
    operationOperation

Source

{
  "resourceType": "ValueSet",
  "id": "vs-episode-of-care-type",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}