--- type: "codesystem" title: "Administration SubPotent Reason" codesystem: "administration-subpotent-reason" --- # Administration SubPotent Reason - **Official URL**: http://hl7.org/fhir/CodeSystem/administration-subpotent-reason - **Version**: 6.0.0 - **Status**: active - **Name**: AdministrationSubPotentReason - **Title**: Administration SubPotent Reason - **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. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | partialdose | Partial Dose | The full amount of the dose was not administered to the patient. | | coldchainbreak | Cold Chain Break | The medication experienced a cold chain break. | | recall | Manufacturer Recall | The medication was recalled by the manufacturer. | | adversestorage | Adverse Storage | The medication experienced adverse storage conditions. | | expired | Expired Product | The medication was expired at the time of administration. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <description value="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."/> <caseSensitive value="true"/> <hierarchyMeaning value="is-a"/> <content value="complete"/> <concept> <code value="partialdose"/> <display value="Partial Dose"/> <definition value="The full amount of the dose was not administered to the patient."/> <concept> <code value="vomited"/> <display value="Vomited"/> <definition value="The patient vomited part of the dose."/> </concept> </concept> <concept> <code value="coldchainbreak"/> <display value="Cold Chain Break"/> <definition value="The medication experienced a cold chain break."/> </concept> <concept> <code value="recall"/> <display value="Manufacturer Recall"/> <definition value="The medication was recalled by the manufacturer."/> </concept> <concept> <code value="adversestorage"/> <display value="Adverse Storage"/> <definition value="The medication experienced adverse storage conditions."/> </concept> <concept> <code value="expired"/> <display value="Expired Product"/> <definition value="The medication was expired at the time of administration."/> </concept> </CodeSystem> ```