This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Diagnostic-report-status.xml

Definition for Value SetDiagnosticReportStatus

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>DiagnosticReportStatus</h2><p>The status of the diagnostic report as a whole</p><p>This value set defines its own terms in the system http://hl7.org/fhir/diagnostic-report-status</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>registered<a name=\"registered\"> </a></td><td/><td>The existence of the report is registered, but there is nothing yet available.</td></tr><tr><td>partial<a name=\"partial\"> </a></td><td/><td>This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified.</td></tr><tr><td>final<a name=\"final\"> </a></td><td/><td>The report is complete and verified by an authorized person.</td></tr><tr><td>corrected<a name=\"corrected\"> </a></td><td/><td>The report has been modified subsequent to being Final, and is complete and verified by an authorized person.</td></tr><tr><td>amended<a name=\"amended\"> </a></td><td/><td>The report has been modified subsequent to being Final, and is complete and verified by an authorized person, and data has been changed.</td></tr><tr><td>appended<a name=\"appended\"> </a></td><td/><td>The report has been modified subsequent to being Final, and is complete and verified by an authorized person. New content has been added, but existing content hasn't changed.</td></tr><tr><td>cancelled<a name=\"cancelled\"> </a></td><td/><td>The report is unavailable because the measurement was not started or not completed (also sometimes called &quot;aborted&quot;).</td></tr><tr><td>entered in error<a name=\"enteredinerror\"> </a></td><td/><td>The report has been withdrawn following previous Final release.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/diagnostic-report-status",
  "name": "DiagnosticReportStatus",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The status of the diagnostic report as a whole",
  "status": "draft",
  "date": "2014-09-30T18:09:16.974+10:00",
  "define": {
    "system": "http://hl7.org/fhir/diagnostic-report-status",
    "caseSensitive": true,
    "concept": [
      {
        "code": "registered",
        "definition": "The existence of the report is registered, but there is nothing yet available."
      },
      {
        "code": "partial",
        "definition": "This is a partial (e.g. initial, interim or preliminary) report: data in the report may be incomplete or unverified."
      },
      {
        "code": "final",
        "definition": "The report is complete and verified by an authorized person."
      },
      {
        "code": "corrected",
        "definition": "The report has been modified subsequent to being Final, and is complete and verified by an authorized person."
      },
      {
        "code": "amended",
        "definition": "The report has been modified subsequent to being Final, and is complete and verified by an authorized person, and data has been changed."
      },
      {
        "code": "appended",
        "definition": "The report has been modified subsequent to being Final, and is complete and verified by an authorized person. New content has been added, but existing content hasn't changed."
      },
      {
        "code": "cancelled",
        "definition": "The report is unavailable because the measurement was not started or not completed (also sometimes called \"aborted\")."
      },
      {
        "code": "entered in error",
        "definition": "The report has been withdrawn following previous Final release."
      }
    ]
  }
}