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

: Action Reason Code - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "action-reason-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/action-reason-code</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\">off-pathway\n                  <a name=\"action-reason-code-off-pathway\"> </a>\n                </td>\n                <td>Off pathway</td>\n                <td>The action should be performed because the patient was determined to be off pathway.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">risk-assessment\n                  <a name=\"action-reason-code-risk-assessment\"> </a>\n                </td>\n                <td>Risk assessment</td>\n                <td>The action should be performed based on a particular risk assessment.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">care-gap\n                  <a name=\"action-reason-code-care-gap\"> </a>\n                </td>\n                <td>Care gap detected</td>\n                <td>The action should be performed to address a detected care gap.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">drug-drug-interaction\n                  <a name=\"action-reason-code-drug-drug-interaction\"> </a>\n                </td>\n                <td>Drug-drug interaction</td>\n                <td>The action should be performed to address a detected potential drug-drug interaction.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">quality-measure\n                  <a name=\"action-reason-code-quality-measure\"> </a>\n                </td>\n                <td>Quality measure</td>\n                <td>The action should be performed to bring the patient's care in line with a quality measure.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "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" : "cds"
    }
  ],
  "url" : "http://hl7.org/fhir/action-reason-code",
  "version" : "5.0.0",
  "name" : "ActionReasonCode",
  "title" : "Action Reason Code",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-12-28T15:55:11+10:00",
  "publisher" : "Clinical Decision Support",
  "contact" : [
    {
      "name" : "Clinical Decision Support",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Provides examples of reasons for actions to be performed.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/action-reason-code",
  "content" : "complete",
  "concept" : [
    {
      "code" : "off-pathway",
      "display" : "Off pathway",
      "definition" : "The action should be performed because the patient was determined to be off pathway."
    },
    {
      "code" : "risk-assessment",
      "display" : "Risk assessment",
      "definition" : "The action should be performed based on a particular risk assessment."
    },
    {
      "code" : "care-gap",
      "display" : "Care gap detected",
      "definition" : "The action should be performed to address a detected care gap."
    },
    {
      "code" : "drug-drug-interaction",
      "display" : "Drug-drug interaction",
      "definition" : "The action should be performed to address a detected potential drug-drug interaction."
    },
    {
      "code" : "quality-measure",
      "display" : "Quality measure",
      "definition" : "The action should be performed to bring the patient's care in line with a quality measure."
    }
  ]
}