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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeNutritionOrder
Idnl-core-NutritionAdvice-01.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

Voedingsadvies. Patiƫnt: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen. Status: actiefIntentie: aanvraag
Aanvraagdatum12:55:18, 21 augustus 2023
Orale voeding
TypeTexture
Energie verrijktDikvloeibaar

Source1

{
  "resourceType": "NutritionOrder",
  "id": "nl-core-NutritionAdvice-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-NutritionAdvice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/workflow-reasonReference",
      "valueReference": {
        "reference": "Condition/nl-core-NutritionAdvice-01-Condition-01",
        "type": "Condition",
        "display": "Problem"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "patient": {
    "reference": "Patient/nl-core-Patient-01",
    "type": "Patient",
    "display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "dateTime": "2023-08-21T12:55:18.827972+02:00",
  "oralDiet": {
    "type": [
      {
        "text": "Energie verrijkt"
      }
    ],
    "texture": [
      {
        "modifier": {
          "text": "Dikvloeibaar"
        }
      }
    ]
  },
  "note": [
    {
      "text": "Sinds een week dieet veranderd in energieverrijkt."
    }
  ]
}