FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.10.0  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem administration-subpotent-reason

{
  "resourceType": "CodeSystem",
  "id": "administration-subpotent-reason",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "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\">  vomited\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": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/administration-subpotent-reason",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2001"
    }
  ],
  "version": "5.0.0",
  "name": "AdministrationSubPotentReason",
  "title": "Administration SubPotent Reason",
  "status": "active",
  "experimental": false,
  "publisher": "HL7 International",
  "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."
    }
  ]
}