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-FeedingPatternInfant-01-NutritionOrder-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
Aanvraagdatum17:15:20, 10 januari 2025
Orale voeding
TypeTexture
EnergieverrijktVloeibaar

Source1

{
  "resourceType": "NutritionOrder",
  "id": "nl-core-FeedingPatternInfant-01-NutritionOrder-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-NutritionAdvice"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2025-01-10T17:15:20.2081427+01:00",
  "oralDiet": {
    "type": [
      {
        "text": "Energieverrijkt"
      }
    ],
    "texture": [
      {
        "modifier": {
          "text": "Vloeibaar"
        }
      }
    ]
  }
}