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

: Administration SubPotent Reason - JSON Representation

Page standards status: Informative Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "administration-subpotent-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/CodeSystem/administration-subpotent-reason</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\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>1</td>\n                <td style=\"white-space:nowrap\">partialdose\n                  <a name=\"administration-subpotent-reason-partialdose\"> </a>\n                </td>\n                <td>Partial Dose</td>\n                <td>The full amount of the dose was not administered to the patient.</td>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td style=\"white-space:nowrap\">\u00a0\u00a0vomited\n                  <a name=\"administration-subpotent-reason-vomited\"> </a>\n                </td>\n                <td>Vomited</td>\n                <td>The patient vomited part of the dose.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">coldchainbreak\n                  <a name=\"administration-subpotent-reason-coldchainbreak\"> </a>\n                </td>\n                <td>Cold Chain Break</td>\n                <td>The medication experienced a cold chain break.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">recall\n                  <a name=\"administration-subpotent-reason-recall\"> </a>\n                </td>\n                <td>Manufacturer Recall</td>\n                <td>The medication was recalled by the manufacturer.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">adversestorage\n                  <a name=\"administration-subpotent-reason-adversestorage\"> </a>\n                </td>\n                <td>Adverse Storage</td>\n                <td>The medication experienced adverse storage conditions.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td style=\"white-space:nowrap\">expired\n                  <a name=\"administration-subpotent-reason-expired\"> </a>\n                </td>\n                <td>Expired Product</td>\n                <td>The medication was expired at the time of administration.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "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" : "phx"
    }
  ],
  "url" : "http://hl7.org/fhir/CodeSystem/administration-subpotent-reason",
  "version" : "5.0.0",
  "name" : "AdministrationSubPotentReason",
  "title" : "Administration SubPotent Reason",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-13T16:55:28-04:00",
  "publisher" : "Pharmacy",
  "contact" : [
    {
      "name" : "Pharmacy",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    }
  ],
  "description" : "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication administration process.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [
    {
      "code" : "partialdose",
      "display" : "Partial Dose",
      "definition" : "The full amount of the dose was not administered to the patient.",
      "concept" : [
        {
          "code" : "vomited",
          "display" : "Vomited",
          "definition" : "The patient vomited part of the dose."
        }
      ]
    },
    {
      "code" : "coldchainbreak",
      "display" : "Cold Chain Break",
      "definition" : "The medication experienced a cold chain break."
    },
    {
      "code" : "recall",
      "display" : "Manufacturer Recall",
      "definition" : "The medication was recalled by the manufacturer."
    },
    {
      "code" : "adversestorage",
      "display" : "Adverse Storage",
      "definition" : "The medication experienced adverse storage conditions."
    },
    {
      "code" : "expired",
      "display" : "Expired Product",
      "definition" : "The medication was expired at the time of administration."
    }
  ]
}