US Core Implementation Guide
9.0.0-ballot - STU 9 Ballot United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: FamilyMemberHistory Example - XML Representation

Page standards status: Informative

Raw xml | Download


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="familymemberhistory-example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="FamilyMemberHistory Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a an example of FamilyMemberHistory for the *US Core FamilyMemberHistory Profile*"/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/mcc/StructureDefinition/us-core-familymemberhistory"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory familymemberhistory-example</b></p><a name="familymemberhistory-example"> </a><a name="hcfamilymemberhistory-example"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-familymemberhistory.html">US Core FamilyMemberHistory Profile</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href="Patient-example.html">Amy V. Shaw</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><h3>Conditions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 709044004}">Chronic kidney disease (CKD)</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <patient>🔗 
    <reference value="Patient/example"/>
    <display value="Amy V. Shaw"/>
  </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>
  <condition>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="709044004"/>
        <display value="Chronic kidney disease (disorder)"/>
      </coding>
      <text value="Chronic kidney disease (CKD)"/>
    </code>
  </condition>
</FamilyMemberHistory>