{
  "resourceType" : "Patient",
  "id" : "86792f98-e4f6-4a71-9a04-a962fb7592c1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Patient Resource Test (OFFICIAL)</b> male, DoB: 1990-01-01 ( 病歷號碼:\u00a0MRN_00000001\u00a0(use:\u00a0OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR",
        "display" : "病歷號碼"
      }]
    },
    "system" : "http://www.vghtpe.org.tw/fhir/patient-identifier",
    "value" : "MRN_00000001"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Test",
    "given" : ["Patient Resource"]
  }],
  "gender" : "male",
  "birthDate" : "1990-01-01"
}