FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Imaging Study Status - JSON Representation

Page standards status: Informative Maturity Level: 4

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "imagingstudy-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/imagingstudy-status</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">registered\n                  <a name=\"imagingstudy-status-registered\"> </a>\n                </td>\n                <td>Registered</td>\n                <td>The existence of the imaging study is registered, but there is nothing yet available.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">available\n                  <a name=\"imagingstudy-status-available\"> </a>\n                </td>\n                <td>Available</td>\n                <td>At least one instance has been associated with this imaging study.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">cancelled\n                  <a name=\"imagingstudy-status-cancelled\"> </a>\n                </td>\n                <td>Cancelled</td>\n                <td>The imaging study is unavailable because the imaging study was not started or not completed (also sometimes called &quot;aborted&quot;).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">entered-in-error\n                  <a name=\"imagingstudy-status-entered-in-error\"> </a>\n                </td>\n                <td>Entered in Error</td>\n                <td>The imaging study 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 &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">unknown\n                  <a name=\"imagingstudy-status-unknown\"> </a>\n                </td>\n                <td>Unknown</td>\n                <td>The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply, it's just not known which one.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 4
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "ii"
    }
  ],
  "url" : "http://hl7.org/fhir/imagingstudy-status",
  "version" : "5.0.0",
  "name" : "ImagingStudyStatus",
  "title" : "Imaging Study Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Imaging Integration",
  "contact" : [
    {
      "name" : "Imaging Integration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    }
  ],
  "description" : "The status of the ImagingStudy.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "registered",
      "display" : "Registered",
      "definition" : "The existence of the imaging study is registered, but there is nothing yet available."
    },
    {
      "code" : "available",
      "display" : "Available",
      "definition" : "At least one instance has been associated with this imaging study."
    },
    {
      "code" : "cancelled",
      "display" : "Cancelled",
      "definition" : "The imaging study is unavailable because the imaging study was not started or not completed (also sometimes called \"aborted\")."
    },
    {
      "code" : "entered-in-error",
      "display" : "Entered in Error",
      "definition" : "The imaging study 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\".)."
    },
    {
      "code" : "unknown",
      "display" : "Unknown",
      "definition" : "The system does not know which of the status values currently applies for this request. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one."
    }
  ]
}