This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Definition for Value SetList Empty Reasons
{ "resourceType": "ValueSet", "id": "valueset-list-empty-reason", "meta": { "lastUpdated": "2015-02-23T09:07:27.665+11:00", "profile": [ "http://hl7.org/fhir/Profile/valueset-shareable-definition" ] }, "text": { "status": "extensions", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.90" } ], "url": "http://hl7.org/fhir/vs/list-empty-reason", "version": "0.4.0", "name": "List Empty Reasons", "publisher": "FHIR Project", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "General reasons for a list to be empty. Reasons are either related to a summary list (i.e. problem or medication list) or to a workflow related list (i.e. consultation list)", "status": "draft", "experimental": true, "define": { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-oid", "valueUri": "urn:oid:null" } ], "system": "http://hl7.org/fhir/list-empty-reason", "caseSensitive": true, "concept": [ { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-comments", "valueString": "Other language is sometimes used for this concept, such as 'no significant [x] known'.\r\nSNOMED CT includes many codes for this general concept, but no single generalisation. If using SNOMED CT, use this code and the appropriate specific SNOMED CT code" } ], "code": "nilknown", "display": "Nil Known", "definition": "Clinical judgement 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:\r\n * For allergies: the patient or patient's agent/guardian has asserted that he/she is not aware of any allergies (NKA - nil known allergies)\r\n * For medications: the patient or patient's agent/guardian has asserted that the patient is known to be taking no medications\r\n * For diagnoses, problems and procedures: the patient or patient's agent/guardian has asserted that there is no known event to record." }, { "code": "notasked", "display": "Not Asked", "definition": "THe investigation to find out whether there are items for this list has not occurred" }, { "extension": [ { "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-comments", "valueString": "In spite of the definition, this code should be used carefully as it represents potential information leakage or the perception thereof" } ], "code": "withheld", "display": "Information Withheld", "definition": "Information was not provided due to privacy or confidentiality concerns. Note that it should not be assumed that this means that the particular information in question was withheld due to its contents - it can also be a policy decision" }, { "code": "notstarted", "display": "Not Started", "definition": "The work to populate this list has not yet begun" }, { "code": "closed", "display": "Closed", "definition": "This list has now closed or has ceased to be relevant or useful" } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.