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

FHIR IG Statistics: ValueSet/EncounterStatusDe

Packagede.basisprofil.r4
Resource TypeValueSet
IdEncounterStatusDe
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=http://fhir.de/ValueSet/EncounterStatusDe
URLhttp://fhir.de/ValueSet/EncounterStatusDe
Version1.5.4
Statusactive
Date2025-06-16
NameEncounterStatusDe
TitleEncounter Status ValueSet
Authorityhl7
DescriptionEinschränkung von Encounter Status in Vorbereitung auf Änderungen in FHIR R5

Resources that use this resource

StructureDefinition
ISiKKontaktGesundheitseinrichtungISiKKontaktGesundheitseinrichtung
KontaktGesundheitseinrichtungMII PR Fall Kontakt mit einer Gesundheitseinrichtung
ISiKKontaktGesundheitseinrichtungISiKKontaktGesundheitseinrichtung
KBV_PR_Base_EncounterKBV_PR_Base_Encounter
ISiKKontaktGesundheitseinrichtungISiKKontaktGesundheitseinrichtung
EncounterKontakt

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "EncounterStatusDe",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "http://fhir.de/ValueSet/EncounterStatusDe",
  "version": "1.5.4",
  "name": "EncounterStatusDe",
  "title": "Encounter Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-06-16",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "description": "Einschränkung von Encounter Status in Vorbereitung auf Änderungen in FHIR R5",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "planned",
            "display": "Planned"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "onleave",
            "display": "On Leave"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}