FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeValueSet
IdValueSet-EncounterStatusDe.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "EncounterStatusDe",
  "id": "EncounterStatusDe",
  "title": "Encounter Status ValueSet",
  "description": "Einschränkung von Encounter Status in Vorbereitung auf Änderungen in FHIR R5",
  "version": "1.6.0-ballot",
  "url": "http://fhir.de/ValueSet/EncounterStatusDe",
  "experimental": false,
  "date": "2025-12-23",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.de/technische-komitees/fhir/"
        }
      ]
    }
  ],
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "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"
          }
        ]
      }
    ]
  }
}