{
  "resourceType" : "Patient",
  "id" : "661c3a1d-4158-4c77-b1be-9a530d746c0d",
  "meta" : {
    "profile" : ["http://fhir.geniesolutions.io/StructureDefinition/gs-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 661c3a1d-4158-4c77-b1be-9a530d746c0d</b></p><a name=\"661c3a1d-4158-4c77-b1be-9a530d746c0d\"> </a><a name=\"hc661c3a1d-4158-4c77-b1be-9a530d746c0d\"> </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-gs-patient.html\">Genie Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Travis Johnson(official) Male, DoB: 1957-09-19 ( Medicare Number:\u00a0ElectronicHealth_NamingSystem#69474486042)</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>IHI/8003605621055496</li><li>Medical Record Number/39.38755677</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: 61095026(Mobile)</li><li><a href=\"mailto:youngdebra@example.org\">youngdebra@example.org</a></li><li>777 Lee Avenue West Amandashire QLD 2511 AU (home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MC",
        "display" : "Patient's Medicare number"
      }],
      "text" : "Medicare Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/medicare-number",
    "value" : "69474486042"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI",
        "display" : "National unique individual identifier"
      }],
      "text" : "IHI"
    },
    "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
    "value" : "8003605621055496"
  },
  {
    "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/8003625822509794",
    "value" : "39.38755677",
    "assigner" : {
      "display" : "Visage Imaging - Richmond - Richmond VIC"
    }
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "text" : "Travis Johnson",
    "family" : "Johnson",
    "given" : ["Travis"],
    "prefix" : ["Mr"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "61095026",
    "use" : "mobile"
  },
  {
    "system" : "email",
    "value" : "youngdebra@example.org",
    "use" : "home"
  }],
  "gender" : "male",
  "birthDate" : "1957-09-19",
  "address" : [{
    "use" : "home",
    "type" : "physical",
    "line" : ["777 Lee Avenue"],
    "city" : "West Amandashire",
    "state" : "QLD",
    "postalCode" : "2511",
    "country" : "AU"
  }]
}