{
  "resourceType" : "Patient",
  "id" : "mhr-zhang-wei",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>\n                <h3>Derived Narrative with Details</h3>\n            </p>\n            <p>\n                <b>Mr Zhang Wei</b>\n            </p>\n            <p>\n                <b>IHI:</b> 8003608000228437   <b>Medicare Number:</b> 29533070311\n            </p>\n            <p>\n                <b>Date Of Birth:</b> 1972-05-03 \n            </p>\n            <p>\n                <b>Country of Birth:</b> China    <b>Year of Arrival:</b> 2017\n            </p>\n            <p>\n                <b>Indigenous Status:</b> Neither Aboriginal nor Torres Strait Islander origin\n            </p>\n            \n            <p>\n                <b>Interpreter Required?</b> Yes   <b>Preferred Language:</b> Cantonese (yue)\n            </p>\n        </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
    "valueAddress" : {
      "text" : "China",
      "country" : "CHN"
    }
  },
  {
    "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
    "valueCoding" : {
      "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
      "code" : "4",
      "display" : "Neither Aboriginal nor Torres Strait Islander origin"
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
    "valueBoolean" : true
  },
  {
    "url" : "http://hl7.org.au/fhir/StructureDefinition/date-of-arrival",
    "valueDate" : "2017"
  }],
  "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" : "8003608000228437"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MC"
      }],
      "text" : "Medicare Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/medicare-number",
    "value" : "29533070311"
  }],
  "name" : [{
    "family" : "Zhang",
    "given" : ["Wei"],
    "prefix" : ["Mr"]
  }],
  "gender" : "male",
  "birthDate" : "1972-05-03",
  "_birthDate" : {
    "extension" : [{
      "url" : "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
        "code" : "AAA",
        "display" : "Day, month and year are accurate"
      }
    }]
  },
  "communication" : [{
    "language" : {
      "coding" : [{
        "system" : "urn:ietf:bcp:47",
        "code" : "yue"
      }],
      "text" : "Cantonese"
    },
    "preferred" : true
  }]
}