HealthSense Implementation Guide (Taltech)
0.1.0 - ci-build

HealthSense Implementation Guide (Taltech), published by Taltech. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/e-medlab/healthsense/ and changes regularly. See the Directory of published versions

: Family history of diabetes - XML Representation

Raw xml | Download


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="FmhOfDiabetes"/>
  <meta>
    <profile
             value="https://healthsense.e-medlab.com/StructureDefinition/hs-family-member-history"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory FmhOfDiabetes</b></p><a name="FmhOfDiabetes"> </a><a name="hcFmhOfDiabetes"> </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-hs-family-member-history.html">Family Member History</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href="Patient-pat1.html">Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#37302102711)</a></p><p><b>relationship</b>: <span title="Codes:{http://snomed.info/sct 38048003}">Uncle</span></p><p><b>deceased</b>: false</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 430678008}">Family history of diabetes mellitus type 1</span></td></tr></table></div>
  </text>
  <status value="completed"/>
  <patient>🔗 
    <reference value="Patient/pat1"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="38048003"/>
      <display value="Uncle"/>
    </coding>
  </relationship>
  <deceasedBoolean value="false"/>
  <condition>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="430678008"/>
        <display value="Family history of diabetes mellitus type 1"/>
      </coding>
    </code>
  </condition>
</FamilyMemberHistory>