Example in AU Base6.0.0
Patient

example2

Patient-example2.json

Resource Details

Resource Type
Patient
Resource ID
example2
Identifier
http://ns.electronichealth.net.au/id/medicare-number|1234567892
Conforms To
http://hl7.org.au/fhir/StructureDefinition/au-patient

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "example2",
  "filename": "Patient-example2.json",
  "profile": [
    "http://hl7.org.au/fhir/StructureDefinition/au-patient"
  ],
  "identifier": {
    "system": "http://ns.electronichealth.net.au/id/medicare-number",
    "value": "1234567892"
  },
  "displayName": "Sally Grant",
  "gender": "female"
}