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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeNutritionOrder
IdNutritionOrder-fiberrestricteddiet.json
FHIR VersionR4

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: NutritionOrder fiberrestricteddiet

version: 6; Last updated: 2022-11-17 21:47:24+0000;

Information Source: #C3SNt2EIydZnYyJe

Profile: Multiple Chronic Condition Care Plan Nutrition Order

identifier: http://goodhealthhospital.org/nutrition-requests/123

status: Active

intent: Order

patient: Patricia Noelle

dateTime: 2014-09-17

orderer: Practitioner Peter Primary

allergyIntolerance: Cashew Nuts

foodPreferenceModifier: Dairy Free

excludeFoodModifier: Cashew Nut

oralDiet

type: Restricted fiber diet, Low fat diet

schedule: 3 per1 days

Nutrients

-ModifierAmount
*Fat50 grams (Details: UCUM codeg = 'g')

Source1

{
  "resourceType": "NutritionOrder",
  "id": "fiberrestricteddiet",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "NutritionOrder Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a NutritionOrder example for the MCC NutritionOrder Profile."
      }
    ],
    "versionId": "6",
    "lastUpdated": "2022-11-17T21:47:24.298+00:00",
    "source": "#C3SNt2EIydZnYyJe",
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCNutritionOrder"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal",
      "valueReference": {
        "reference": "Goal/HPT-WNL"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://goodhealthhospital.org/nutrition-requests",
      "value": "123"
    }
  ],
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "dateTime": "2014-09-17",
  "orderer": {
    "reference": "Practitioner/practitionerMCC-3"
  },
  "allergyIntolerance": [
    {
      "display": "Cashew Nuts"
    }
  ],
  "foodPreferenceModifier": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/diet",
          "code": "dairy-free"
        }
      ]
    }
  ],
  "excludeFoodModifier": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "227493005",
          "display": "Cashew Nut"
        }
      ]
    }
  ],
  "oralDiet": {
    "type": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "15108003",
            "display": "Restricted fiber diet"
          }
        ]
      },
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "16208003",
            "display": "Low fat diet"
          }
        ],
        "text": "Low fat diet"
      }
    ],
    "schedule": [
      {
        "repeat": {
          "boundsPeriod": {
            "start": "2015-02-10"
          },
          "frequency": 3,
          "period": 1,
          "periodUnit": "d"
        }
      }
    ],
    "nutrient": [
      {
        "modifier": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "256674009",
              "display": "Fat"
            }
          ]
        },
        "amount": {
          "value": 50,
          "unit": "grams",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    ]
  }
}