FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | NutritionOrder |
| Id | NutritionOrder-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: NutritionOrder example
Profile: QICore NutritionOrder
identifier: http://example.org/nutrition-requests/123
status: Active
intent: Order
patient: Peter Chalmers
encounter: Inpatient
dateTime: 2014-09-17
orderer: Dr Adam Careful
allergyIntolerance: Cashew Nuts
foodPreferenceModifier: Dairy Free
oralDiet
type: Diabetic diet
schedule: 3 per 1 day
Nutrients
Modifier Amount Carbohydrate 75 grams (Details: UCUM codeg = 'g')
{
"resourceType": "NutritionOrder",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nutritionorder"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/nutrition-requests",
"value": "123"
}
],
"status": "active",
"intent": "order",
"patient": {
"reference": "Patient/example",
"display": "Peter Chalmers"
},
"encounter": {
"reference": "Encounter/example",
"display": "Inpatient"
},
"dateTime": "2014-09-17",
"orderer": {
"reference": "Practitioner/example",
"display": "Dr Adam Careful"
},
"allergyIntolerance": [
{
"reference": "AllergyIntolerance/example",
"display": "Cashew Nuts"
}
],
"foodPreferenceModifier": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diet",
"code": "dairy-free"
}
]
}
],
"oralDiet": {
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160670007",
"display": "Diabetic diet"
}
],
"text": "Diabetic diet"
}
],
"schedule": [
{
"repeat": {
"boundsPeriod": {
"start": "2015-02-10"
},
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
}
],
"nutrient": [
{
"modifier": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "2331003",
"display": "Carbohydrate"
}
]
},
"amount": {
"value": 75,
"unit": "grams",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}
]
}
}