This page is part of the Quality Improvement Core Framework (v6.0.0-ballot: STU6 (v6.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
: Nutrition Intake example - XML Representation
Raw xml | Download
<Basic xmlns="http://hl7.org/fhir">
<id value="example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nutritionintake"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Basic</b><a name="example"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Basic "example" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-qicore-nutritionintake.html">QICore Nutrition Intake</a></p></div><p><b>Event Subject</b>: <a href="Patient-example.html">Patient/example</a> " CHALMERS"</p><p><b>Event Encounter</b>: <a href="Encounter-example.html">Encounter/example</a></p><p><b>Event Occurrence</b>: 2017-01-29 12:34:56+0000</p><blockquote><p><b>modifierExtension[http://hl7.org/fhir/StructureDefinition/event-status]</b></p></blockquote><p><b>identifier</b>: id: 49921019</p><p><b>code</b>: Breast milk <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#226789007)</span></p></div>
</text>
<!-- the patient that actually had the adverse event -->
<extension url="http://hl7.org/fhir/StructureDefinition/event-subject">
<valueReference>
<reference value="Patient/example"/>
</valueReference>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/event-encounter">
<valueReference>
<reference value="Encounter/example"/>
</valueReference>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/event-occurrence">
<valueDateTime value="2017-01-29T12:34:56+00:00"/>
</extension>
<modifierExtension
url="http://hl7.org/fhir/StructureDefinition/event-status">
<valueCode value="completed"/>
</modifierExtension>
<!-- an identifier used for this nutrition intake -->
<identifier>
<system value="http://acme.com/ids/patients/nutritionintake"/>
<value value="49921019"/>
</identifier>
<code>
<coding>
<!-- example uses SNOMED CT -->
<system value="http://snomed.info/sct"/>
<code value="226789007"/>
<display value="Breast milk"/>
</coding>
</code>
</Basic>