{
  "resourceType" : "Patient",
  "id" : "contact-jo-mee",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-emergency-contact-1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient contact-jo-mee</b></p><a name=\"contact-jo-mee\"> </a><a name=\"hccontact-jo-mee\"> </a><a name=\"contact-jo-mee-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Harry Dan  Male, DoB: 1939-08-25 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003608833357361)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Billing contact person\">Billing contact person:</td><td colspan=\"3\"><ul><li>Jo Mee</li><li>ph: 02 5550 0000</li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "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"
  }],
  "name" : [{
    "family" : "Dan",
    "given" : ["Harry"]
  }],
  "gender" : "male",
  "birthDate" : "1939-08-25",
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "BP",
        "display" : "Billing contact person"
      }]
    }],
    "name" : {
      "text" : "Jo Mee"
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "02 5550 0000"
    }]
  }]
}