Imaging Diagnostic Report
0.0.1-current - ci-build International flag

Imaging Diagnostic Report, published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.IDR/ and changes regularly. See the Directory of published versions

: IDR DiagnosticReport.status ValueSet - JSON Representation

Draft as of 2024-06-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "idr-diagnostic-report-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-diagnostic-report-status.html\"><code>http://hl7.org/fhir/diagnostic-report-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></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-diagnostic-report-status.html#diagnostic-report-status-preliminary\">preliminary</a></td><td style=\"color: #cccccc\">Preliminary</td><td>Verified early results are available, but not all results are final.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-diagnostic-report-status.html#diagnostic-report-status-findal\">findal</a></td><td/><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-diagnostic-report-status.html#diagnostic-report-status-amended\">amended</a></td><td style=\"color: #cccccc\">Amended</td><td>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.</td></tr></table></li></ul></div>"
  },
  "url" : "https://profiles.ihe.net/RAD/IDR/ValueSet/idr-diagnostic-report-status-vs",
  "version" : "0.0.1-current",
  "name" : "IDRDiagnosticReportStatusVS",
  "title" : "IDR DiagnosticReport.status ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-25T17:20:59+00:00",
  "publisher" : "IHE Radiology Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/radiology/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "radiology@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE Radiology Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "radiology@ihe.net"
        }
      ]
    }
  ],
  "description" : "Valueset for imaging diagnostic reports",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/diagnostic-report-status",
        "concept" : [
          {
            "code" : "preliminary"
          },
          {
            "code" : "findal"
          },
          {
            "code" : "amended"
          }
        ]
      }
    ]
  }
}