Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example NutritionOrder - zib-nutritionadvice-01 - XML Representation

Raw xml | Download



<NutritionOrder xmlns="http://hl7.org/fhir">
  <id value="zib-nutritionadvice-01"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <caption>Voedingsadvies. Patiënt: <a href="Patient/nl-core-patient-01">Johan
                        XXX_Helleman</a>. Status: actief</caption>
                <tbody>
                    <tr>
                        <th>Aanvraagdatum</th>
                        <td>2018-01-01</td>
                    </tr>
                    <tr>
                        <td colspan="2">
                            <table>
                                <caption>Orale voeding</caption>
                                <thead>
                                    <tr>
                                        <th>Type</th>
                                        <th>Vloeistofconsistentie</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                        <td>Energie verrijkt</td>
                                        <td>Dikvloeibaar</td>
                                    </tr>
                                </tbody>
                            </table>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <status value="active"/>
  <patient>🔗 
    <reference value="Patient/nl-core-patient-01"/>
    <display value="Johan XXX_Helleman"/>
  </patient>
  <dateTime value="2018-01-01"/>
  <oralDiet>
    <type>
      <text value="Energie verrijkt"/>
    </type>
    <fluidConsistencyType>
      <text value="Dikvloeibaar"/>
    </fluidConsistencyType>
  </oralDiet>
</NutritionOrder>