{
  "resourceType" : "Patient",
  "id" : "mhr-tjakamarra-billy",
  "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\"><p class=\"res-header-id\"><b>Generated Narrative: Patient mhr-tjakamarra-billy</b></p><a name=\"mhr-tjakamarra-billy\"> </a><a name=\"hcmhr-tjakamarra-billy\"> </a><a name=\"mhr-tjakamarra-billy-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Billy Tjakamarra  Male, DoB: 1954-04-23 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608833564735\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}\">Never Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Medical Record Number/999111999</li><li>Pensioner Concession Card Number/307111942H</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 bvr}\">Burarra</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Organization-territory-medical-centre.html\">Organization Territory Medical Centre</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource and provides an indicator of whether the patient is eligible for a Closing the Gap (CTG) co-payment.\"><a href=\"http://hl7.org.au/fhir/4.2.2-ballot/StructureDefinition-closing-the-gap-registration.html\">Closing the Gap Registration</a></td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient, Person, and RelatedPerson resources and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"http://hl7.org.au/fhir/4.2.2-ballot/StructureDefinition-indigenous-status.html\">Australian Indigenous Status</a></td><td colspan=\"3\">australian-indigenous-status-1 1: Aboriginal but not Torres Strait Islander origin</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
    "valueCoding" : {
      "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
      "code" : "1",
      "display" : "Aboriginal but not Torres Strait Islander origin"
    }
  },
  {
    "url" : "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration",
    "valueBoolean" : true
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }],
      "text" : "Medical Record Number"
    },
    "system" : "http://territorymedicalcentre.example.com.au/identifiers/patient",
    "value" : "999111999",
    "assigner" : {
      "reference" : "Organization/territory-medical-centre"
    }
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PEN",
        "display" : "Pension Number"
      }],
      "text" : "Pensioner Concession Card Number"
    },
    "system" : "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number",
    "value" : "307111942H"
  },
  {
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI",
        "display" : "National unique individual identifier"
      }]
    },
    "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
    "value" : "8003608833564735"
  }],
  "name" : [{
    "family" : "Tjakamarra",
    "given" : ["Billy"]
  }],
  "gender" : "male",
  "birthDate" : "1954-04-23",
  "maritalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "code" : "S",
      "display" : "Never Married"
    }]
  },
  "communication" : [{
    "language" : {
      "coding" : [{
        "system" : "urn:ietf:bcp:47",
        "code" : "bvr",
        "display" : "Burarra"
      }]
    },
    "preferred" : false
  }],
  "generalPractitioner" : [{
    "reference" : "Organization/territory-medical-centre"
  }]
}