This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Definition for Value SetDetected Issue Status
<?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns="http://hl7.org/fhir"> <id value="detectedissue-status"/> <meta> <lastUpdated value="2022-09-07T11:58:29.429+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> </meta> <text> <status value="extensions"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> This value set includes codes based on the following rules:</p> <ul> <li> Include these codes as defined in <a href="codesystem-observation-status.html"> <code> http://hl7.org/fhir/observation-status</code> </a> <table class="none"> <tr> <td style="white-space:nowrap"> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> <td> <b> <a href="valueset-resource-status.html">Canonical Mapping for "Detected Issue Status"</a> </b> </td> </tr> <tr> <td> <a href="codesystem-observation-status.html#observation-status-preliminary">preliminary</a> </td> <td> Preliminary</td> <td> This is an initial or interim observation: data may be incomplete or unverified.</td> </tr> <tr> <td> <a href="codesystem-observation-status.html#observation-status-final">final</a> </td> <td> Final</td> <td> The observation is complete and there are no further actions needed. Additional information such "released", "signed", etc would be represented using [Provenance](provenanc e.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td> </tr> <tr> <td> <a href="codesystem-observation-status.html#observation-status-entered-in-error">entered-in-error</a> </td> <td> Entered in Error</td> <td> The observation has been withdrawn following previous final release. This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".).</td> </tr> </table> </li> <li> Include these codes as defined in <a href="codesystem-detectedissue-status.html"> <code> http://hl7.org/fhir/detectedissue-status</code> </a> <table class="none"> <tr> <td style="white-space:nowrap"> <b> Code</b> </td> <td> <b> Display</b> </td> <td> <b> Definition</b> </td> <td> <b> <a href="valueset-resource-status.html">Canonical Mapping for "Detected Issue Status"</a> </b> </td> </tr> <tr> <td> <a href="codesystem-detectedissue-status.html#detectedissue-status-mitigated">mitigated</a> </td> <td> Mitigated</td> <td> Indicates the detected issue has been mitigated</td> </tr> </table> </li> </ul> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="cds"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="trial-use"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="2"/> </extension> <url value="http://hl7.org/fhir/ValueSet/detectedissue-status"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.3.3158"/> </identifier> <version value="5.0.0-ballot"/> <name value="DetectedIssueStatus"/> <title value="Detected Issue Status"/> <status value="draft"/> <experimental value="false"/> <date value="2020-12-28T16:55:11+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Indicates the status of a detected issue"/> <compose> <include> <system value="http://hl7.org/fhir/observation-status"/> <concept> <code value="preliminary"/> <display value="Preliminary"/> </concept> <concept> <code value="final"/> <display value="Final"/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> </concept> </include> <include> <system value="http://hl7.org/fhir/detectedissue-status"/> <concept> <code value="mitigated"/> <display value="Mitigated"/> </concept> </include> </compose> </ValueSet>
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.