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

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

: JP Core FamilyMemberHistory Example-2 息子(長男) - XML Representation

Raw xml | Download


<FamilyMemberHistory xmlns="http://hl7.org/fhir">
  <id value="jp-familymemberhistory-example-2"/>
  <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-2</b></p><a name="jp-familymemberhistory-example-2"> </a><a name="hcjp-familymemberhistory-example-2"> </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-jp-familymemberhistory.html">JP Core FamilyMemberHistory Profile</a></p></div><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 SON}">実息子</span></p><p><b>sex</b>: <span title="Codes:{http://hl7.org/fhir/administrative-gender male}">Male</span></p><p><b>reasonCode</b>: <span title="Codes:">MELASの疑い</span></p><p><b>note</b>: </p><blockquote><div><p>糖尿病の既往なし。</p>
</div></blockquote><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://hl7.org/fhir/sid/icd-10 J30.4}">花粉症</span></td></tr></table></div>
  </text>
  <status value="partial"/>
  <patient>🔗 
    <reference value="Patient/jp-patient-example-1"/>
    <display value="山田 太郎"/>
  </patient>
  <relationship>
    <extension
               url="http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_FamilyMemberHistory_Relationship_SiblingOrder">
      <extension url="siblingBirthOrder">
        <valueInteger value="1"/>
      </extension>
      <extension url="siblingBirthOrderByGender">
        <valueCodeableConcept>
          <coding>
            <system
                    value="http://jpfhir.jp/fhir/core/CodeSystem/JP_SiblingBirthOrderByGender_CS"/>
            <code value="SBO1_M"/>
            <display value="長男"/>
          </coding>
        </valueCodeableConcept>
      </extension>
    </extension>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="SON"/>
      <display value="実息子"/>
    </coding>
  </relationship>
  <sex>
    <coding>
      <system value="http://hl7.org/fhir/administrative-gender"/>
      <code value="male"/>
    </coding>
  </sex>
  <reasonCode>
    <text value="MELASの疑い"/>
  </reasonCode>
  <note>
    <text value="糖尿病の既往なし。"/>
  </note>
  <condition>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/sid/icd-10"/>
        <code value="J30.4"/>
        <display value="アレルギー性鼻炎(詳細不明)"/>
      </coding>
      <text value="花粉症"/>
    </code>
  </condition>
</FamilyMemberHistory>
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。