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

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.1.2-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><b>Generated Narrative: FamilyMemberHistory</b><a name=\"jp-familymemberhistory-example-1\"> </a><a name=\"hcjp-familymemberhistory-example-1\"> </a></p><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\">Resource FamilyMemberHistory &quot;jp-familymemberhistory-example-1&quot; </p><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\">Patient/jp-patient-example-1: 山田 太郎</a> &quot; 山田&quot;</p><p><b>relationship</b>: mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#MTH)</span></p><p><b>sex</b>: Female <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#female)</span></p><p><b>reasonCode</b>: 難聴 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: 糖尿病 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: 難聴 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</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" : "難聴"
      }
    }
  ]
}