Example in NZ Base3.0.1
Patient

patient-nhi

Patient-patient-nhi.json

Resource Details

Resource Type
Patient
Resource ID
patient-nhi
Identifier
https://standards.digital.health.nz/ns/nhi-id|activeIdent
Conforms To
http://hl7.org.nz/fhir/StructureDefinition/NzPatient

Example Metadata

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

{
  "resourceType": "Patient",
  "id": "patient-nhi",
  "filename": "Patient-patient-nhi.json",
  "profile": [
    "http://hl7.org.nz/fhir/StructureDefinition/NzPatient"
  ],
  "identifier": {
    "system": "https://standards.digital.health.nz/ns/nhi-id",
    "value": "activeIdent"
  },
  "displayName": "John Doe",
  "gender": "male",
  "birthDate": "1998-01-01"
}