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

FHIR IG analytics

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

Resources that use this resource

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 MopedEncounterStatusAufnahmeVS

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦5.0.0
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.

Source1

{
  "resourceType": "ValueSet",
  "id": "MopedEncounterStatusAufnahmeVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/ValueSet/MopedEncounterStatusAufnahmeVS",
  "version": "0.1.0",
  "name": "MopedEncounterStatusAufnahmeVS",
  "title": "Encounter Status bei der Aufnahme",
  "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 der Aufnahme",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "planned"
          },
          {
            "code": "in-progress"
          }
        ]
      }
    ]
  }
}