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

FHIR IG analytics

Packageelga.moped
Resource TypeValueSet
IdValueSet-MopedEncounterStatusEntlassungVS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/ValueSet-MopedEncounterStatusEntlassungVS.html
URLhttps://elga.moped.at/ValueSet/MopedEncounterStatusEntlassungVS
Version0.1.0
Statusdraft
Date2026-01-26T07:12:06+00:00
NameMopedEncounterStatusEntlassungVS
TitleEncounter Status bei Entlassung
DescriptionVarianten des Encounter Status bei Entlassung

Resources that use this resource

StructureDefinition
MopedEncounterEntlassungSMOPED Encounter Entlassung Stationär
ValueSet
MopedEncounterStatusVSEncounter Status in Moped

Resources that this resource uses

CodeSystem
encounter-statusEncounterStatus

Narrative

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

Generated Narrative: ValueSet MopedEncounterStatusEntlassungVS

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦5.0.0
    CodeDisplayDefinition
    dischargedDischargedThe Encounter has been clinically completed, the patient has been discharged from the facility or the visit has ended, and the patient may have departed (refer to subjectStatus). While the encounter is in this status, administrative activities are usually performed, collating all required documentation and charge information before being released for billing, at which point the status will move to completed.
    completedCompletedThe Encounter has ended.

Source1

{
  "resourceType": "ValueSet",
  "id": "MopedEncounterStatusEntlassungVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/ValueSet/MopedEncounterStatusEntlassungVS",
  "version": "0.1.0",
  "name": "MopedEncounterStatusEntlassungVS",
  "title": "Encounter Status bei Entlassung",
  "status": "draft",
  "experimental": true,
  "date": "2026-01-26T07:12:06+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at"
        }
      ]
    }
  ],
  "description": "Varianten des Encounter Status bei Entlassung",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "discharged"
          },
          {
            "code": "completed"
          }
        ]
      }
    ]
  }
}