FHIR Implementation Guide for ABDM
6.5.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<FamilyMemberHistory xmlns="http://hl7.org/fhir">
<id value="example-01"/>
<meta>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/FamilyMemberHistory"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory example-01</b></p><a name="example-01"> </a><a name="hcexample-01"> </a><a name="example-01-hi-IN"> </a><p><b>identifier</b>: 12345</p><p><b>status</b>: Completed</p><p><b>patient</b>: <a href="Patient-example-01.html">ABC</a></p><p><b>date</b>: 2011-03-18</p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}">father</span></p><p><b>sex</b>: <span title="Codes:{http://hl7.org/fhir/administrative-gender male}">Male</span></p><h3>Conditions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>ContributedToDeath</b></td><td><b>Onset[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 315619001}">Heart Attack</span></td><td>true</td><td>84 yr<span style="background: LightGoldenRodYellow"> (Details: UCUM codea = 'a')</span></td></tr></table></div>
</text>
<identifier>
<value value="12345"/>
</identifier>
<status value="completed"/>
<patient>🔗
<reference value="Patient/example-01"/>
<display value="ABC"/>
</patient>
<date value="2011-03-18"/>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="FTH"/>
<display value="father"/>
</coding>
</relationship>
<sex>
<coding>
<system value="http://hl7.org/fhir/administrative-gender"/>
<code value="male"/>
<display value="Male"/>
</coding>
</sex>
<condition>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="315619001"/>
<display
value="FH myocardial infarction male first degree age known"/>
</coding>
<text value="Heart Attack"/>
</code>
<contributedToDeath value="true"/>
<onsetAge>
<value value="84"/>
<unit value="yr"/>
<system value="http://unitsofmeasure.org"/>
<code value="a"/>
</onsetAge>
</condition>
</FamilyMemberHistory>