View raw Markdown
type: codesystemcodesystem: administration-subpotent-reason

Administration SubPotent Reason

Concepts

CodeDisplayDefinition
partialdosePartial DoseThe full amount of the dose was not administered to the patient.
coldchainbreakCold Chain BreakThe medication experienced a cold chain break.
recallManufacturer RecallThe medication was recalled by the manufacturer.
adversestorageAdverse StorageThe medication experienced adverse storage conditions.
expiredExpired ProductThe medication was expired at the time of administration.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="administration-subpotent-reason"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="phx"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <url value="http://hl7.org/fhir/CodeSystem/administration-subpotent-reason"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2001"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="AdministrationSubPotentReason"/>
  <title value="Administration SubPotent Reason"/>
  <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>