FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| hl7.at.fhir.elga.ediag.r4#current | at-elga-ediag-list | AT ELGA e-Diagnose List |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
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. |
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"
}
]
}
]
}
}