HL7® FHIR® Malaysia Core (MY Core) Implementation Guide
2.0.1 - ci-build

HL7® FHIR® Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example FamilyMemberHistory - XML Representation

Raw xml | Download


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="example-familymemberhistory"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2022-08-09T07:07:57.920+08:00"/>
    <source value="http://provider.hie.moh.gov.my"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/FamilyMemberHistory-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory example-familymemberhistory</b></p><a name="example-familymemberhistory"> </a><a name="hcexample-familymemberhistory"> </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">version: 1; Last updated: 2022-08-09 07:07:57+0800; </p><p style="margin-bottom: 0px">Information Source: <a href="http://provider.hie.moh.gov.my">http://provider.hie.moh.gov.my</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-FamilyMemberHistory-my-core.html">FamilyMemberHistory (MY Core)</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href="Patient/HIE-2200000497">Patient/HIE-2200000497</a></p><p><b>date</b>: 2022-06-20 15:00:00+0800</p><p><b>name</b>: Zai Hawa</p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}">mother</span></p><p><b>sex</b>: <span title="Codes:{http://hl7.org/fhir/administrative-gender female}">Female</span></p><p><b>age</b>: 60</p><p><b>estimatedAge</b>: true</p><p><b>deceased</b>: false</p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title="Codes:">Bronchial asthma</span></p><p><b>contributedToDeath</b>: false</p><p><b>onset</b>: 1960 --&gt; (ongoing)</p><p><b>note</b>: By PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f @2022-04-18 15:00:00+0800, By PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f @2022-05-18 15:00:00+0800</p><blockquote><div><p>Patient has history of asthma since 1960. On MDI salbutamol 4 puff PRN and MDI budesonide 2 puff BD. Last attack was on 2021. Likely trigger was cold weather. Otherwise, patient complicant to her medication. Patient is not a smoker</p>
</div></blockquote><blockquote><div><p>2nd entry</p>
</div></blockquote></blockquote></div>
  </text>
  <status value="completed"/>
  <patient>
    <reference value="Patient/HIE-2200000497"/>
  </patient>
  <date value="2022-06-20T15:00:00.000+08:00"/>
  <name value="Zai Hawa"/>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="MTH"/>
      <display value="mother"/>
    </coding>
  </relationship>
  <sex>
    <coding>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <code value="female"/>
      <display value="Female"/>
    </coding>
  </sex>
  <ageString value="60"/>
  <estimatedAge value="true"/>
  <deceasedBoolean value="false"/>
  <condition>
    <code>
      <text value="Bronchial asthma"/>
    </code>
    <contributedToDeath value="false"/>
    <onsetPeriod>
      <start value="1960"/>
    </onsetPeriod>
    <note>
      <authorReference>
        <reference
                   value="PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"/>
      </authorReference>
      <time value="2022-04-18T15:00:00.000+08:00"/>
      <text
            value="Patient has history of asthma since 1960. On MDI salbutamol 4 puff PRN and MDI budesonide 2 puff BD. Last attack was on 2021. Likely trigger was cold weather. Otherwise, patient complicant to her medication. Patient is not a smoker"/>
    </note>
    <note>
      <authorReference>
        <reference
                   value="PractitionerRole/03367015-041c-4250-b8ab-1bb02df72e4f"/>
      </authorReference>
      <time value="2022-05-18T15:00:00.000+08:00"/>
      <text value="2nd entry"/>
    </note>
  </condition>
</FamilyMemberHistory>