View raw Markdown
type: codesystemcodesystem: diagnostic-report-status

Diagnostic Report Status

Concepts

CodeDisplayDefinition
registeredRegisteredThe existence of the report is registered, but there is nothing yet available.
partialPartialThis is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified.
finalFinalThe report is complete and verified by an authorized person.
amendedAmendedSubsequent to being final, the report has been modified. This includes any change in the results, diagnosis, narrative text, or other content of a report that has been issued.
cancelledCancelledThe report is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
entered-in-errorEntered in ErrorThe report has been withdrawn following a 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".).
unknownUnknownThe authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="diagnostic-report-status"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://hl7.org/fhir/diagnostic-report-status"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.236"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.231"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.118"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="DiagnosticReportStatus"/>
  <title value="Diagnostic Report Status"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+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="The status of the diagnostic report."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/diagnostic-report-status"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="registered"/>
    <display value="Registered"/>
    <definition value="The existence of the report is registered, but there is nothing yet available."/>
  </concept>
  <concept>
    <code value="partial"/>
    <display value="Partial"/>
    <definition value="This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified."/>
    <concept>
      <code value="preliminary"/>
      <display value="Preliminary"/>
      <definition value="Verified early results are available, but not all results are final."/>
    </concept>
    <concept>
      <code value="modified"/>
      <display value="Modified"/>
      <definition value="Prior to being final, the report has been modified.  This includes any change in the results, diagnosis, narrative text, or other content of a non-finalized (e.g., preliminary) report that has been issued."/>
    </concept>
  </concept>
  <concept>
    <code value="final"/>
    <display value="Final"/>
    <definition value="The report is complete and verified by an authorized person."/>
  </concept>
  <concept>
    <code value="amended"/>
    <display value="Amended"/>
    <definition value="Subsequent to being final, the report has been modified.  This includes any change in the results, diagnosis, narrative text, or other content of a report that has been issued."/>
    <concept>
      <code value="corrected"/>
      <display value="Corrected"/>
      <definition value="Subsequent to being final, the report has been modified to correct an error in the report or referenced results."/>
    </concept>
    <concept>
      <code value="appended"/>
      <display value="Appended"/>
      <definition value="Subsequent to being final, the report has been modified by adding new content. The existing content is unchanged."/>
    </concept>
  </concept>
  <concept>
    <code value="cancelled"/>
    <display value="Cancelled"/>
    <definition value="The report is unavailable because the measurement was not started or not completed (also sometimes called "aborted")."/>
  </concept>
  <concept>
    <code value="entered-in-error"/>
    <display value="Entered in Error"/>
    <definition value="The report has been withdrawn following a 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".)."/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
    <definition value="The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which."/>
  </concept>
</CodeSystem>