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 家族歴(母親) - JSON Representation

Raw json | Download

{
  "resourceType" : "FamilyMemberHistory",
  "id" : "jp-familymemberhistory-example-1",
  "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-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>"
  },
  "status" : "partial",
  "patient" : {
    🔗 "reference" : "Patient/jp-patient-example-1",
    "display" : "山田 太郎"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code" : "MTH"
      }
    ]
  },
  "sex" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "code" : "female"
      }
    ]
  },
  "reasonCode" : [
    {
      "text" : "難聴"
    }
  ],
  "condition" : [
    {
      "code" : {
        "text" : "糖尿病"
      }
    },
    {
      "code" : {
        "text" : "難聴"
      }
    }
  ]
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。