FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/nutritionintake-status-reason (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemNutritionIntakeStatusReason

{
  "resourceType" : "CodeSystem",
  "id" : "nutritionintake-status-reason",
  "meta" : {
    "lastUpdated" : "2025-03-18T13:49:06.036+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem nutritionintake-status-reason</b></p><a name=\"nutritionintake-status-reason\"> </a><a name=\"hcnutritionintake-status-reason\"> </a><a name=\"nutritionintake-status-reason-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/nutritionintake-status-reason</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"nutritionintake-status-reason-1\"> </a></td><td>Incomplete Data</td><td>Data needed to safely act on the intake which was expected to become available independent of the intake is not yet available.</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"nutritionintake-status-reason-2\"> </a></td><td>Unable to provide care</td><td>Fulfiller not able to provide appropriate care associated with fulfilling the intake.</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"nutritionintake-status-reason-3\"> </a></td><td>Request requires clarification</td><td>Clarification is required before the intake can be acted upon.</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"nutritionintake-status-reason-4\"> </a></td><td>Allergy</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"nutritionintake-status-reason-5\"> </a></td><td>Suspected intolerance</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"nutritionintake-status-reason-6\"> </a></td><td>Entered in Error</td><td>The request was recorded against the wrong patient or for some reason should not have been recorded (e.g. wrong medication, wrong dose, etc.). Some of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication.</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"nutritionintake-status-reason-7\"> </a></td><td>Patient/subject scheduled for surgery</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"nutritionintake-status-reason-8\"> </a></td><td>Product not available</td><td>Cannot supply product.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/nutritionintake-status-reason",
  "version" : "6.0.0-ballot2",
  "name" : "NutritionIntakeStatusReason",
  "title" : "Nutrition Intake Status Reason Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International",
  "description" : "Nutrition Intake Status Reason Codes",
  "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" : "1",
    "display" : "Incomplete Data",
    "definition" : "Data needed to safely act on the intake which was expected to become available independent of the intake is not yet available."
  },
  {
    "code" : "2",
    "display" : "Unable to provide care",
    "definition" : "Fulfiller not able to provide appropriate care associated with fulfilling the intake."
  },
  {
    "code" : "3",
    "display" : "Request requires clarification",
    "definition" : "Clarification is required before the intake can be acted upon."
  },
  {
    "code" : "4",
    "display" : "Allergy",
    "definition" : "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."
  },
  {
    "code" : "5",
    "display" : "Suspected intolerance",
    "definition" : "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."
  },
  {
    "code" : "6",
    "display" : "Entered in Error",
    "definition" : "The request was recorded against the wrong patient or for some reason should not have been recorded (e.g. wrong medication, wrong dose, etc.). Some of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication."
  },
  {
    "code" : "7",
    "display" : "Patient/subject scheduled for surgery",
    "definition" : "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."
  },
  {
    "code" : "8",
    "display" : "Product not available",
    "definition" : "Cannot supply product."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.