View raw Markdown
type: codesystemcodesystem: nutritionintake-status-reason

Nutrition Intake Status Reason Codes

Concepts

CodeDisplayDefinition
incomplete-dataIncomplete DataData needed to safely act on the intake which was expected to become available independent of the intake is not yet available.
unable-to-provide-careUnable to provide careFulfiller not able to provide appropriate care associated with fulfilling the intake.
request-clarificationRequest requires clarificationClarification is required before the intake can be acted upon.
allergyAllergyThe patient/subject is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.
suspected-intoleranceSuspected intoleranceThe patient/subject is believed to have an intolerance to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.
scheduled-for-surgeryPatient/subject scheduled for surgeryPatient/subject is receiving surgery and/or the subject is scheduled to be admitted for surgery in the near future. The intake will be resumed when the subject has sufficiently recovered from the surgery.
product-not-availableProduct not availableCannot supply product.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="nutritionintake-status-reason"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <url value="http://hl7.org/fhir/CodeSystem/nutritionintake-status-reason"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2129"/>
  </identifier>
  <name value="NutritionIntakeStatusReason"/>
  <title value="Nutrition Intake Status Reason Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <description value="Nutrition Intake Status Reason Codes"/>
  <caseSensitive value="true"/>
  <hierarchyMeaning value="is-a"/>
  <content value="complete"/>
  <concept>
    <code value="incomplete-data"/>
    <display value="Incomplete Data"/>
    <definition value="Data needed to safely act on the intake which was expected to become available independent of the intake is not yet available."/>
  </concept>
  <concept>
    <code value="unable-to-provide-care"/>
    <display value="Unable to provide care"/>
    <definition value="Fulfiller not able to provide appropriate care associated with fulfilling the intake."/>
  </concept>
  <concept>
    <code value="request-clarification"/>
    <display value="Request requires clarification"/>
    <definition value="Clarification is required before the intake can be acted upon."/>
  </concept>
  <concept>
    <code value="allergy"/>
    <display value="Allergy"/>
    <definition value="The patient/subject is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm."/>
  </concept>
  <concept>
    <code value="suspected-intolerance"/>
    <display value="Suspected intolerance"/>
    <definition value="The patient/subject is believed to have an intolerance to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm."/>
  </concept>
  <concept>
    <code value="scheduled-for-surgery"/>
    <display value="Patient/subject scheduled for surgery"/>
    <definition value="Patient/subject is receiving surgery and/or the subject is scheduled to be admitted for surgery in the near future. The intake will be resumed when the subject has sufficiently recovered from the surgery."/>
  </concept>
  <concept>
    <code value="product-not-available"/>
    <display value="Product not available"/>
    <definition value="Cannot supply product."/>
  </concept>
</CodeSystem>