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

FHIR IG analytics

Packagehl7.at.fhir.elga.ediag.r4
Resource TypeValueSet
IdValueSet-at-ediag-procedure-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Diagnose-R4/ValueSet-at-ediag-procedure-status.html
URLhttps://fhir.hl7.at/elga/ediag/r4/ValueSet/at-ediag-procedure-status
Version0.1.0
Statusactive
Date2026-07-20T14:28:06+00:00
NameAtEdiagProcedureStatus
TitleAT e-Diagnose Procedure Status Value Set
Authorityhl7
DescriptionValueSet zur Kennzeichnung, ob eine Prozedur durchgeführt oder irrtümlich dokumentiert wurde.

Resources that use this resource

StructureDefinition
hl7.at.fhir.elga.ediag.r4#currentat-elga-ediag-procedureAT ELGA e-Diagnose Procedure

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

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

Generated Narrative: ValueSet at-ediag-procedure-status

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦4.0.1
    CodeDisplayDefinition
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).

Source1

{
  "resourceType": "ValueSet",
  "id": "at-ediag-procedure-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/ediag/r4/ValueSet/at-ediag-procedure-status",
  "version": "0.1.0",
  "name": "AtEdiagProcedureStatus",
  "title": "AT e-Diagnose Procedure Status Value Set",
  "status": "active",
  "experimental": true,
  "date": "2026-07-20T14:28:06+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "http://elga.gv.at"
        }
      ]
    },
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at",
          "use": "work"
        }
      ]
    }
  ],
  "description": "ValueSet zur Kennzeichnung, ob eine Prozedur durchgeführt oder irrtümlich dokumentiert wurde.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "concept": [
          {
            "code": "completed"
          },
          {
            "code": "entered-in-error"
          }
        ]
      }
    ]
  }
}