Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. 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>Sally Grant </b> female, DoB Unknown ( Medicare Number: 1234567892)</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://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" : "1234567892",
      "period" : {
        "end" : "2019-05"
      }
    }
  ],
  "name" : [
    {
      "family" : "Grant",
      "given" : [
        "Sally"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "sgrant@amail.example.com"
    }
  ],
  "gender" : "female",
  "address" : [
    {
      "line" : [
        "999 Astor Terrace"
      ],
      "city" : "Springhill",
      "state" : "QLD",
      "postalCode" : "4000",
      "country" : "Australia"
    }
  ]
}
Issues & Feedback