This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Valueset-reason-medication-not-given-codes.xml

Definition for Value SetReason Medication Not Given Codes

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      
      <p>The value set to instantiate this attribute should be drawn from a terminologically robust
         code system that consists of or 
        contains concepts to support the medication process.</p>
    
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/reason-medication-not-given-codes"/>
  <name value="Reason Medication Not Given Codes"/>
  <publisher value="FHIR Project team"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <description value="This value set is provided as an exemplar"/>
  <status value="draft"/>
  <define>
    <system value="http://hl7.org/fhir/reason-medication-not-given"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="a"/>
      <display value="None"/>
      <definition value="No reason known"/>
    </concept>
    <concept>
      <code value="b"/>
      <display value="Away"/>
      <definition value="The patient was not available when the dose was scheduled"/>
    </concept>
    <concept>
      <code value="c"/>
      <display value="Asleep"/>
      <definition value="The patient was asleep when the dose was scheduled"/>
    </concept>
    <concept>
      <code value="d"/>
      <display value="Vomit"/>
      <definition value="The patient was given the medication and immediately vomited it back"/>
    </concept>
  </define>
</ValueSet>