{
  "resourceType" : "Patient",
  "id" : "6ad72107-5bf0-4100-a948-24e91f77abf5",
  "meta" : {
    "profile" : ["http://fhir.geniesolutions.io/StructureDefinition/ebookings-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 6ad72107-5bf0-4100-a948-24e91f77abf5</b></p><a name=\"6ad72107-5bf0-4100-a948-24e91f77abf5\"> </a><a name=\"hc6ad72107-5bf0-4100-a948-24e91f77abf5\"> </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-ebookings-patient.html\">EBookings Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Bob Smith (official) Male, DoB: 1969-02-01 ( IHI:\u00a0Austalian Healthcare Identifier - Individual#8003604122594301)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Medicare Number/67879678421\u00a0(,\u00a0period:\u00a0(?) --&gt; 2023-12)</li><li>Insurance Member Number/465136739</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 04121234567(Mobile)</li><li>ph: 0238991121(Home)</li><li><a href=\"mailto:bobsmith@foofle.com\">bobsmith@foofle.com</a></li><li>12 Boundary road South Brisbane QLD 4101 (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-fec5f6ca-f9e7-4c54-92b9-385d2fac8328.html\">Jonathanport Medical Centre</a></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" : "8003604122594301"
  },
  {
    "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" : "67879678421",
    "period" : {
      "end" : "2023-12"
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MB"
      }],
      "text" : "Insurance Member Number"
    },
    "system" : "https://privatehealth.gov.au/insurer/BUP/member/memberid",
    "value" : "465136739",
    "assigner" : {
      "display" : "Bupa HI Pty Ltd"
    }
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Smith",
    "given" : ["Bob"],
    "prefix" : ["Mr"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "04121234567",
    "use" : "mobile"
  },
  {
    "system" : "phone",
    "value" : "0238991121",
    "use" : "home"
  },
  {
    "system" : "email",
    "value" : "bobsmith@foofle.com",
    "use" : "home"
  }],
  "gender" : "male",
  "birthDate" : "1969-02-01",
  "address" : [{
    "use" : "home",
    "type" : "physical",
    "line" : ["12 Boundary road"],
    "city" : "South Brisbane",
    "state" : "QLD",
    "postalCode" : "4101"
  }],
  "managingOrganization" : {
    "reference" : "Organization/fec5f6ca-f9e7-4c54-92b9-385d2fac8328",
    "display" : "Jonathanport Medical Centre"
  }
}