This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/observation-status
    Code Display Definition Canonical Mapping for "Detected Issue Status"
    preliminary Preliminary This is an initial or interim observation: data may be incomplete or unverified. ~ draft
    final Final The observation is complete and there are no further actions needed. Additional information such "released", "signed", etc. would be represented using [Provenance](provenance.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. ~ complete
    entered-in-error Entered in Error 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".). ~ error
  • Include these codes as defined in http://hl7.org/fhir/detectedissue-status
    Code Display Definition Canonical Mapping for "Detected Issue Status"
    mitigated Mitigated Indicates the detected issue has been mitigated ~ inactive
<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"/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <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>