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 息子(長男) - JSON Representation

Raw json | Download

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