Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Patient-example2

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Patient",
  "id" : "example2",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example2</p><p><b>meta</b>: </p><p><b>identifier</b>: Medicare Number = 1234567892</p><p><b>name</b>: Sally Grant </p><p><b>telecom</b>: sgrant@amail.com.au</p><p><b>gender</b>: female</p><p><b>address</b>: 999 Astor Terrace Springhill QLD 4000 Australia </p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code" : "3",
        "display" : "Both Aboriginal and Torres Strait Islander origin"
      }
    },
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration",
      "valueBoolean" : true
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MC",
            "display" : "Patient's Medicare Number"
          }
        ],
        "text" : "Medicare Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "1234567892",
      "period" : {
        "end" : "2019-05"
      }
    }
  ],
  "name" : [
    {
      "family" : "Grant",
      "given" : [
        "Sally"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "sgrant@amail.com.au"
    }
  ],
  "gender" : "female",
  "address" : [
    {
      "line" : [
        "999 Astor Terrace"
      ],
      "city" : "Springhill",
      "state" : "QLD",
      "postalCode" : "4000",
      "country" : "Australia"
    }
  ]
}