{
  "resourceType" : "Patient",
  "id" : "zhu-lily",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mhr-1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Lily Zhu</b> female, DoB: 1986-04-25 ( IHI/8003608833357361)</p><hr/>\n            <table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td>\n                <td colspan=\"3\">Medical Record Number/2345987</td></tr>\n                <tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td>\n                    <td colspan=\"3\">No Fixed Address NSW 2148 AU (home)</td></tr>\n            </table></div>"
  },
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
        "code" : "active"
      }
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1",
        "code" : "verified",
        "display" : "verified"
      }
    }],
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI"
      }],
      "text" : "IHI"
    },
    "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
    "value" : "8003608833357361"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR",
        "display" : "Medical record number"
      }],
      "text" : "Medical Record Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734",
    "value" : "2345987",
    "assigner" : {
      "display" : "City Hospital"
    }
  }],
  "name" : [{
    "family" : "Zhu",
    "given" : ["Lily"],
    "prefix" : ["Ms"]
  }],
  "gender" : "female",
  "birthDate" : "1986-04-25",
  "address" : [{
    "extension" : [{
      "url" : "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address",
      "valueBoolean" : true
    }],
    "use" : "temp",
    "type" : "physical",
    "text" : "NO FIXED ADDRESS Sydney, NSW",
    "state" : "NSW",
    "country" : "AU"
  }]
}