FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4 |
| Resource Type | NutritionOrder |
| Id | NutritionOrder-NutritionOrderExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: NutritionOrder NutritionOrderExample
Profile: PAS Nutrition Order
status: Active
intent: Order
patient: JESSE SMITH Female, DoB: 1947-01-18 ( Member Number)
dateTime: 2005-06-02
| Type |
| B4150 |
{
"resourceType": "NutritionOrder",
"id": "NutritionOrderExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-nutritionorder"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"patient": {
"reference": "Patient/BeneficiaryExample"
},
"dateTime": "2005-06-02",
"oralDiet": {
"type": [
{
"coding": [
{
"system": "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
"code": "B4150"
}
]
}
]
}
}