FHIR IG analytics| Package | hl7.at.fhir.elga.emed.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-ElgaListEmptyReasonVS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7Austria/ELGA-e-Medikation-R4/ValueSet-ElgaListEmptyReasonVS.html |
| URL | https://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaListEmptyReasonVS |
| Version | 0.1.1 |
| Status | draft |
| Date | 2026-07-29T17:38:47+00:00 |
| Name | ElgaListEmptyReasonVS |
| Title | ELGA List Empty Reason Value Set |
| Authority | hl7 |
| Description | ValueSet für zulässige Ausprägungen des Elements emptyReason einer Liste. |
No resources found
| CodeSystem | ||
| hl7.terminology#current | list-empty-reason | List Empty Reasons |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ElgaListEmptyReasonVS
http://terminology.hl7.org/CodeSystem/list-empty-reason version 📍1.0.1| Code | Display | Definition |
| nilknown | Nil Known | Clinical 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. |
| notstarted | Not Started | The work to populate this list has not yet begun. |
{
"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"
}
]
}
]
}
}