{
  "resourceType" : "Patient",
  "id" : "Example-JP-Patient-eCS-MAKINO",
  "meta" : {
    "lastUpdated" : "2021-11-26T10: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-JP-Patient-eCS-MAKINO</b></p><a name=\"Example-JP-Patient-eCS-MAKINO\"> </a><a name=\"hcExample-JP-Patient-eCS-MAKINO\"> </a><a name=\"Example-JP-Patient-eCS-MAKINO-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: 2021-11-26 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;\">牧野 爛漫 Female, DoB: 1930-06-28 ( urn:oid:1.2.392.100495.20.3.51.11318814790#000999739)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><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:あいう:１８７: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\"><ul><li>ph: 03-123-1234(Home)</li><li>高知県高知市五台山4200-6</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>ph: 03-0123-4545   99991(Work)</li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:1.2.392.100495.20.3.51.11318814790",
    "value" : "000999739"
  },
  {
    "system" : "http://jpfhir.jp/fhir/clins/Idsystem/JP_Insurance_memberID",
    "value" : "00012345:あいう:１８７:05"
  }],
  "active" : true,
  "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" : ["ランマン"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "03-123-1234",
    "use" : "home",
    "rank" : 1
  }],
  "gender" : "female",
  "birthDate" : "1930-06-28",
  "address" : [{
    "text" : "高知県高知市五台山4200-6",
    "city" : "高知市",
    "state" : "高知県",
    "postalCode" : "781-8125"
  }],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "03-0123-4545   99991",
      "use" : "work",
      "rank" : 2
    }]
  }]
}