{
  "resourceType" : "Patient",
  "id" : "stroke-patient-001",
  "meta" : {
    "profile" : ["https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient stroke-patient-001</b></p><a name=\"stroke-patient-001\"> </a><a name=\"hcstroke-patient-001\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient.html\">根據醫院實際病人範例進行資料定義</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">先生 張 (official) Male, DoB: 1965-03-15 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code)</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=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">重新路 三重區 null 臺灣(TW) </td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NNxxx"
      }]
    },
    "system" : "http://www.moi.gov.tw",
    "value" : "A123456789"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "張",
    "given" : ["先生"]
  }],
  "gender" : "male",
  "birthDate" : "1965-03-15",
  "address" : [{
    "extension" : [{
      "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
      "valueString" : "五段"
    },
    {
      "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane",
      "valueString" : "609巷"
    },
    {
      "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
      "valueString" : "16號"
    },
    {
      "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor",
      "valueString" : "6樓之11"
    }],
    "line" : ["重新路"],
    "city" : "三重區",
    "district" : "新北市",
    "_postalCode" : {
      "extension" : [{
        "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
        "valueCodeableConcept" : {
          "coding" : [{
            "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code6-tw",
            "code" : "241408"
          }]
        }
      }]
    },
    "country" : "臺灣(TW)"
  }]
}