HL7 FHIR JP Core ImplementationGuide
1.2.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.2.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core FamilyMemberHistory Example 家族歴(母親) - XML Representation

Raw xml | Download


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="jp-familymemberhistory-example-1"/>
  <meta>
    <profile
             value="http://jpfhir.jp/fhir/core/StructureDefinition/JP_FamilyMemberHistory"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FamilyMemberHistory jp-familymemberhistory-example-1</b></p><a name="jp-familymemberhistory-example-1"> </a><a name="hcjp-familymemberhistory-example-1"> </a><a name="jp-familymemberhistory-example-1-ja"> </a><p><b>status</b>: Partial</p><p><b>patient</b>: <a href="Patient-jp-patient-example-1.html">山田 太郎</a></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>reasonCode</b>: <span title="Codes:">難聴</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title="Codes:">糖尿病</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title="Codes:">難聴</span></p></blockquote></div>
  </text>
  <status value="partial"/>
  <patient>🔗 
    <reference value="Patient/jp-patient-example-1"/>
    <display value="山田 太郎"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="MTH"/>
    </coding>
  </relationship>
  <sex>
    <coding>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <code value="female"/>
    </coding>
  </sex>
  <reasonCode>
    <text value="難聴"/>
  </reasonCode>
  <condition>
    <code>
      <text value="糖尿病"/>
    </code>
  </condition>
  <condition>
    <code>
      <text value="難聴"/>
    </code>
  </condition>
</FamilyMemberHistory>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。