{
  "resourceType" : "Patient",
  "id" : "exPatient",
  "meta" : {
    "profile" : ["http://canshare.co.nz/fhir/StructureDefinition/an-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Lorrie Lung</div>"
  },
  "identifier" : [{
    "system" : "https://standards.digital.health.nz/ns/nhi-id",
    "value" : "WER4568"
  }],
  "name" : [{
    "text" : "Lorrie Lung",
    "family" : "Lung",
    "given" : ["Lorrie"]
  }],
  "birthDate" : "1969-02-02"
}