NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions
: family-relationship-example-1 - XML Representation
Raw xml | Download
<Observation xmlns="http://hl7.org/fhir">
<id value="family-relationship-example-1"/>
<meta>
<profile
value="https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/family-relationship"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="family-relationship-example-1"> </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 "family-relationship-example-1" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-family-relationship.html">NCPI Family Relationship</a></p></div><p><b>status</b>: final</p><p><b>code</b>: family member <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#FAMMEMB)</span></p><p><b>subject</b>: <a href="Patient-patient-example-1.html">Patient/patient-example-1</a> " SMITH"</p><p><b>focus</b>: <a href="Patient-patient-example-2.html">Patient/patient-example-2</a> " SMITH"</p><p><b>value</b>: Child <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#CHILD "child")</span></p></div>
</text>
<status value="final"/>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FAMMEMB"/>
<display value="family member"/>
</coding>
</code>
<subject>
<reference value="Patient/patient-example-1"/>
</subject>
<focus>
<reference value="Patient/patient-example-2"/>
</focus>
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="CHILD"/>
<display value="child"/>
</coding>
<text value="Child"/>
</valueCodeableConcept>
</Observation>