{
  "resourceType" : "Patient",
  "id" : "Example-Patient2",
  "meta" : {
    "lastUpdated" : "2023-04-01T10:00:00+09:00",
    "profile" : ["http://jpfhir.jp/fhir/eCS/StructureDefinition/JP_Patient_eCS|1.6.0"]
  },
  "language" : "ja",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"ja\" lang=\"ja\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Example-Patient2</b></p><a name=\"Example-Patient2\"> </a><a name=\"hcExample-Patient2\"> </a><a name=\"Example-Patient2-ja-JP\"> </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\">Last updated: 2023-04-01 10:00:00+0900; Language: ja</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JP-Patient-eCS.html\">JP_Patient_eCSversion: null1.6.0)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">田中 太郎 Male, DoB: 1955-05-04 ( urn:oid:1.2.392.100495.20.3.51.11234567890#989)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><code>http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID</code>/00012345:あいう:3294837:05</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">タナカ タロウ</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">東京都文京区白山１−２−３</td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:1.2.392.100495.20.3.51.11234567890",
    "value" : "989"
  },
  {
    "system" : "http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID",
    "value" : "00012345:あいう:3294837:05"
  }],
  "name" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
      "valueCode" : "IDE"
    }],
    "text" : "田中 太郎",
    "family" : "田中",
    "given" : ["太郎"]
  },
  {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation",
      "valueCode" : "SYL"
    }],
    "text" : "タナカ タロウ",
    "family" : "タナカ",
    "given" : ["タロウ"]
  }],
  "gender" : "male",
  "birthDate" : "1955-05-04",
  "address" : [{
    "text" : "東京都文京区白山１−２−３"
  }]
}