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

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeNutritionOrder
IdNutritionOrder-zib-nutritionadvice-01.json
FHIR VersionR3

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 zib-nutritionadvice-01

identifier: urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6/1c2bf38b-8fdf-11ec-1435-020000000000

status: Active

patient: Johan XXX_Helleman

dateTime: 2018-01-01

OralDiets

-TypeFluidConsistencyType
*Energie verrijktDikvloeibaar

Source1

{
  "resourceType": "NutritionOrder",
  "id": "zib-nutritionadvice-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "1c2bf38b-8fdf-11ec-1435-020000000000"
    }
  ],
  "status": "active",
  "patient": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "dateTime": "2018-01-01",
  "oralDiet": {
    "type": [
      {
        "text": "Energie verrijkt"
      }
    ],
    "fluidConsistencyType": [
      {
        "text": "Dikvloeibaar"
      }
    ]
  }
}