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

FHIR IG analytics

Packagehl7.at.fhir.elga.emed.r4
Resource TypeValueSet
IdValueSet-ElgaListEmptyReasonVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-ElgaListEmptyReasonVS.html
URLhttps://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaListEmptyReasonVS
Version0.1.1
Statusdraft
Date2026-07-29T17:38:47+00:00
NameElgaListEmptyReasonVS
TitleELGA List Empty Reason Value Set
Authorityhl7
DescriptionValueSet für zulässige Ausprägungen des Elements emptyReason einer Liste.

Resources that use this resource

No resources found


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 ElgaListEmptyReasonVS

  • 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": "ElgaListEmptyReasonVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaListEmptyReasonVS",
  "version": "0.1.1",
  "name": "ElgaListEmptyReasonVS",
  "title": "ELGA List Empty Reason Value Set",
  "status": "draft",
  "experimental": true,
  "date": "2026-07-29T17:38:47+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",
        "version": "1.0.1",
        "concept": [
          {
            "code": "nilknown"
          },
          {
            "code": "notstarted"
          }
        ]
      }
    ]
  }
}