This page is part of the Maternal and Infant Health Research (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Observation - APGAR Score example - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="observation-child-john-smith-example"/>
<meta>
<versionId value="2"/>
<lastUpdated value="2022-03-15T19:44:07.305+00:00"/>
<source value="#6e8TbvYYQXBdERa1"/>
<profile
value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Observation-apgar-score"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="observation-child-john-smith-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 Observation "observation-child-john-smith-example" Version "2" Updated "2022-03-15 19:44:07+0000" </p><p style="margin-bottom: 0px">Information Source: #6e8TbvYYQXBdERa1!</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/vr-common-library/STU1/StructureDefinition-Observation-apgar-score.html">Observation - APGAR Score</a></p></div><p><b>status</b>: final</p><p><b>code</b>: 5 minute Apgar Score <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#9274-2)</span></p><p><b>subject</b>: <a href="Patient-patient-child-john-smith-example.html">Patient/patient-child-john-smith-example: John Smith</a> " SMITH"</p><p><b>value</b>: 7</p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="9274-2"/>
<display value="5 minute Apgar Score"/>
</coding>
<text value="5 minute Apgar Score"/>
</code>
<subject>
<reference value="Patient/patient-child-john-smith-example"/>
<display value="John Smith"/>
</subject>
<valueInteger value="7"/>
</Observation>