FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-nutrition-intake-category.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem nutrition-intake-category

Last updated: 2020-04-09 21:10:28+0000; Language: en

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/nutrition-intake-category defines the following codes:

CodeDisplayDefinition
inpatient InpatientIncludes orders for nutrition to be administered or consumed in an inpatient or acute care setting
outpatient OutpatientIncludes orders for nutrition to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)
community CommunityIncludes orders for nutrition to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc.).
patientspecified Patient SpecifiedIncludes statements about nutrition use, including over the counter medication, provided by the patient, agent or another provider

Source1

{
  "resourceType": "CodeSystem",
  "id": "nutrition-intake-category",
  "meta": {
    "lastUpdated": "2020-04-09T21:10:28.568+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/nutrition-intake-category",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.1431"
  },
  "version": "2.0.0",
  "name": "NutritionIntakeWCategoryCodes",
  "title": "Nutrition intake category codes",
  "status": "active",
  "experimental": false,
  "date": "2026-03-08T18:17:17-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "NutritionIntake Category Codes",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/nutrition-intake-category",
  "content": "complete",
  "concept": [
    {
      "code": "inpatient",
      "display": "Inpatient",
      "definition": "Includes orders for nutrition to be administered or consumed in an inpatient or acute care setting"
    },
    {
      "code": "outpatient",
      "display": "Outpatient",
      "definition": "Includes orders for nutrition to be administered or consumed in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)"
    },
    {
      "code": "community",
      "display": "Community",
      "definition": "Includes orders for nutrition to be administered or consumed by the patient in their home (this would include long term care or nursing homes, hospices, etc.)."
    },
    {
      "code": "patientspecified",
      "display": "Patient Specified",
      "definition": "Includes statements about nutrition use, including over the counter medication, provided by the patient, agent or another provider"
    }
  ]
}