{
  "resourceType" : "Patient",
  "id" : "zw-patient-example",
  "meta" : {
    "profile" : ["http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient zw-patient-example</b></p><a name=\"zw-patient-example\"> </a><a name=\"hczw-patient-example\"> </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-zw-patient.html\">Zimbabwe Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><a href=\"NamingSystem-zw-phid-ns.html\" title=\"Identifier system for the Patient Health ID (PHID) issued by the Impilo EMR. PROVISIONAL URL pending the official MOHCC / Impilo system.\">ZimPatientHealthId</a>/486B3072</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+263772123456\">+263772123456</a></li><li>123 Main Street Harare HA 00263 ZW (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 sn}\">Shona</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Farai Moyo </li><li><a href=\"tel:+263772987654\">+263772987654</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{http://mohcc.gov.zw/fhir/core/CodeSystem/ZimCountryCS ZW}\">Zimbabwe</span></li></ul></td></tr></table></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "code",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimCountryCS",
          "code" : "ZW",
          "display" : "Zimbabwe"
        }]
      }
    }],
    "url" : "http://mohcc.gov.zw/fhir/core/StructureDefinition/citizenship"
  }],
  "identifier" : [{
    "system" : "http://mohcc.gov.zw/identifiers/nationalID",
    "value" : "01-234567B89"
  },
  {
    "system" : "http://mohcc.gov.zw/identifiers/phid",
    "value" : "486B3072"
  }],
  "name" : [{
    "use" : "official",
    "family" : "Moyo",
    "given" : ["Tendai"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+263772123456",
    "use" : "mobile"
  }],
  "gender" : "female",
  "birthDate" : "1985-06-15",
  "address" : [{
    "use" : "home",
    "line" : ["123 Main Street"],
    "city" : "Harare",
    "district" : "010A",
    "state" : "HA",
    "postalCode" : "00263",
    "country" : "ZW"
  }],
  "maritalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "code" : "M",
      "display" : "Married"
    }]
  },
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "N",
        "display" : "Next-of-Kin"
      }]
    }],
    "name" : {
      "family" : "Moyo",
      "given" : ["Farai"]
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "+263772987654"
    }]
  }],
  "communication" : [{
    "language" : {
      "coding" : [{
        "system" : "urn:ietf:bcp:47",
        "code" : "sn",
        "display" : "Shona"
      }]
    },
    "preferred" : true
  }]
}