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-list-emptyreason-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Diagnose-R4/ValueSet-at-ediag-list-emptyreason-vs.html
URLhttps://fhir.hl7.at/elga/ediag/r4/ValueSet/at-ediag-list-emptyreason-vs
Version0.1.0
Statusdraft
Date2026-08-28T12:58:19+00:00
NameAtEdiagListEmptyReasonVS
TitleELGA List Empty Reason Value Set
Authorityhl7
DescriptionValueSet für zulässige Ausprägungen des Elements emptyReason einer Liste.

Resources that use this resource

StructureDefinition
hl7.at.fhir.elga.ediag.r4#currentat-elga-ediag-listAT ELGA e-Diagnose List

Resources that this resource uses

CodeSystem
hl7.terminology#currentlist-empty-reasonList Empty Reasons

Narrative

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

Generated Narrative: ValueSet at-ediag-list-emptyreason-vs

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/list-empty-reason version 📦1.0.1
    CodeDisplayDefinition
    nilknownNil KnownClinical judgment that there are no known items for this list after reasonable investigation. Note that this a positive statement by a clinical user, and not a default position asserted by a computer system in the lack of other information. Example uses: * For allergies: the patient or patient's agent/guardian has asserted that he/she is not aware of any allergies (NKA - nil known allergies) * For medications: the patient or patient's agent/guardian has asserted that the patient is known to be taking no medications * For diagnoses, problems and procedures: the patient or patient's agent/guardian has asserted that there is no known event to record.
    notstartedNot StartedThe work to populate this list has not yet begun.

Source1

{
  "resourceType": "ValueSet",
  "id": "at-ediag-list-emptyreason-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/ediag/r4/ValueSet/at-ediag-list-emptyreason-vs",
  "version": "0.1.0",
  "name": "AtEdiagListEmptyReasonVS",
  "title": "ELGA List Empty Reason Value Set",
  "status": "draft",
  "experimental": true,
  "date": "2026-08-28T12:58:19+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 für zulässige Ausprägungen des Elements emptyReason einer Liste.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason",
        "concept": [
          {
            "code": "nilknown"
          },
          {
            "code": "notstarted"
          }
        ]
      }
    ]
  }
}