{
  "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 style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Billy Tjakamarra </b> male, DoB: 1954-04-23 ( National unique individual identifier: 8003608833564735(use: OFFICIAL))</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=\"Languages 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> \"Territory Medical Centre\"</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.0.0/StructureDefinition-closing-the-gap-registration.html\">Closing the Gap Registration:</a></td><td colspan=\"3\"><ul><li>true</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource 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.0.0/StructureDefinition-indigenous-status.html\">Australian Indigeneous Status:</a></td><td colspan=\"3\"><ul><li>https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1 1: Aboriginal but not Torres Strait Islander origin</li></ul></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"
    }
  ]
}