Example in AU Base6.0.0
Patient

example7

Patient-example7.json

Resource Details

Resource Type
Patient
Resource ID
example7
Identifier
http://downunderhospital.example.com/identifiers/patient|765567765FRD
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": "example7",
  "filename": "Patient-example7.json",
  "profile": [
    "http://hl7.org.au/fhir/StructureDefinition/au-patient"
  ],
  "identifier": {
    "system": "http://downunderhospital.example.com/identifiers/patient",
    "value": "765567765FRD"
  },
  "displayName": "Alejandro Hernández",
  "gender": "male",
  "birthDate": "1953-05-05"
}