Nutritional value Observation

Nutritional value observation profile is used to record data related to the nutritional value of a particular food or source of nutrition. For example - fat, carbohydrate etc.

  • Below is the category used for this Observation

    System Code Display
    http://snomed.info/sct 84626001 Nutritional value, function (observable entity)
  • Below is the possible value of code for this Observation (The valueset ObservationCodes has all the Observation codes, the below list only shows the codes that are relevant to this profile)

    System Code Display
    http://loinc.org 9060-5 Carbohydrate intake Measured
  • subject SHALL be referenced only to patient profile.

  • performer SHALL be referenced only to patient profile.

  • device SHALL be referenced to DeviceMetric profile.

Overview

`The below overview shows the elements of the resource, data type and the cardinality of each. Further details like "Binding"/"Fixed values"/"contraints" etc can be found on clicking on each element.

Canonical url - http://roche.com/fhir/rdc/StructureDefinition/nutritional-value-observation

Command 'tree' could not render: Project was not found for RDC/nutritional-value-observation.

Details

Command 'dict' could not render: Project was not found for RDC/nutritional-value-observation.

Table

Command 'table' could not render: Project was not found for RDC/nutritional-value-observation.

XML

Command 'xml' could not render: Project was not found for RDC/nutritional-value-observation.

JSON

Command 'json' could not render: Project was not found for RDC/nutritional-value-observation.

Example

NOTE to developer: This is only a sample resource. For the resource structure and valusets always refer the section "Overview" under each profile definition in the Implementation guide. If an element is defined as an array (0..*) in the standard and in RDC profile as an object (0..1), please note that it should still carry the structure of an array with one occurance. The structure for all resources as per the FHIR standard can be found at https://www.hl7.org/fhir/STU3/resourcelist.html


{
    "resourceType": "Observation",
    "id": "31",
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "84626001",
                    "display": "Nutritional value, function (observable entity)"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "9060-5",
                "display": "Carbohydrate intake Measured"
            }
        ]
    },
    "subject": {
        "reference": "Patient/abcdefghijklmnopqrstuvxyz0123456789ABCDEFGHIJKLMNOPQRSTUVXYZ"
    },
     "effectiveDateTime": "2020-08-04T15:00:16Z",
    "performer":  [
        {
            "reference": "Patient/abcdefghijklmnopqrstuvxyz0123456789ABCDEFGHIJKLMNOPQRSTUVXYZ"
        }
    ],
    "valueQuantity": {
        "value": 273,
        "unit": "kcal",
        "system": "http://unitsofmeasure.org",
        "code": "kcal"
    },
    "device": {
        "reference": "DeviceMetric/21-1"
    }
}