{
  "resourceType" : "Patient",
  "id" : "create1",
  "meta" : {
    "profile" : ["http://hl7.org.nz/fhir/StructureDefinition/CreateNhiPatient"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient create1</b></p><a name=\"create1\"> </a><a name=\"hccreate1\"> </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-CreateNhiPatient.html\">Create NHI Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">ChewyBakA  Male, DoB: 1972-06-05</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">24 Anglesey Place Palmerston North 4412 NZ (home) (NZ Suburb: Awapuni)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The country where the person was born\">null:</td><td colspan=\"3\"><ul><li>country: <span title=\"Codes:{urn:iso:std:iso:3166 NZ}\">New Zealand</span></li><li>source: <span title=\"Codes:{https://standards.digital.health.nz/ns/information-source-code BRCT}\">Birth Certificate</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"New Zealand citizenship\">NZ Citizenship:</td><td colspan=\"3\"><ul><li>status: <span title=\"Codes:{https://standards.digital.health.nz/ns/nz-citizenship-status-code yes}\">Yes</span></li><li>source: <span title=\"Codes:{https://standards.digital.health.nz/ns/information-source-code BRCT}\">Birth Certificate</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The ethnic group or groups that a person identifies with or feels they belong to.  Ethnicity is a measure of cultural affiliation as opposed to race, ancestry, nationality or citizen.  Ethnicity is self-perceived and a person can belong to more than one group.\n\nThe Stats New Zealand standard can be found [here](http://aria.stats.govt.nz/aria/#ClassificationView:uri=http://stats.govt.nz/cms/ClassificationVersion/YVqOcFHSlguKkT17).\"><a href=\"https://fhir.org.nz/ig/base/StructureDefinition-nz-ethnicity.html\">NZ Ethnicity</a></td><td colspan=\"3\"><span title=\"Codes:{https://standards.digital.health.nz/ns/ethnic-group-level-4-code 21111}\">Māori</span></td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
        "code" : "21111",
        "display" : "Māori"
      }]
    }
  },
  {
    "extension" : [{
      "url" : "status",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://standards.digital.health.nz/ns/nz-citizenship-status-code",
          "code" : "yes",
          "display" : "Yes"
        }]
      }
    },
    {
      "url" : "source",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://standards.digital.health.nz/ns/information-source-code",
          "code" : "BRCT",
          "display" : "Birth Certificate"
        }]
      }
    }],
    "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-citizenship"
  },
  {
    "extension" : [{
      "url" : "country",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }]
      }
    },
    {
      "url" : "source",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://standards.digital.health.nz/ns/information-source-code",
          "code" : "BRCT",
          "display" : "Birth Certificate"
        }]
      }
    }],
    "url" : "http://hl7.org.nz/fhir/StructureDefinition/birth-place"
  }],
  "name" : [{
    "extension" : [{
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/information-source",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://standards.digital.health.nz/ns/information-source-code",
          "code" : "NPRF",
          "display" : "Proof not Sighted"
        }]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-preferred",
      "valueBoolean" : true
    }],
    "given" : ["ChewyBakA"]
  }],
  "gender" : "male",
  "birthDate" : "1972-06-05",
  "_birthDate" : {
    "extension" : [{
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/information-source",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "https://standards.digital.health.nz/ns/information-source-code",
          "code" : "HL7",
          "display" : "HL7 applied"
        }]
      }
    }]
  },
  "address" : [{
    "extension" : [{
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/nz-address-id",
      "valueString" : "1199146"
    },
    {
      "url" : "http://hl7.org.nz/fhir/StructureDefinition/suburb",
      "valueString" : "Awapuni"
    }],
    "use" : "home",
    "type" : "physical",
    "line" : ["24 Anglesey Place"],
    "city" : "Palmerston North",
    "postalCode" : "4412",
    "country" : "NZ"
  }]
}