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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas
Resource TypeNutritionOrder
IdNutritionOrder-NutritionOrderExample.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 NutritionOrderExample

Language: en

Profile: PAS Nutrition Order

status: Active

intent: Order

patient: JESSE SMITH Female, DoB: 1947-01-18 ( http://example.org/MIN#12345678902)

dateTime: 2005-06-02

OralDiets

-Type
*administered through an enteral feeding tube, 100 calories = 1 unit

Source1

{
  "resourceType": "NutritionOrder",
  "id": "NutritionOrderExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-nutritionorder"
    ]
  },
  "language": "en",
  "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"
          }
        ]
      }
    ]
  }
}