{
    "resourceType": "Bundle",
    "id": "ncdhc-patient-getall-example",
    "meta": {
        "lastUpdated": "2020-04-04T01:43:30Z"
    },
    "type": "searchset",
    "total": 2,
    "entry": [
        {
            "fullUrl": "https://ncdhc.health.gov.au/fhir/v1.0.0/Patient/1bb414a4-86ec-441f-9d75-17fd6e2d5be9",
            "resource": {
                "resourceType": "Patient",
                "id": "1bb414a4-86ec-441f-9d75-17fd6e2d5be9",
                "meta": {
                    "versionId": "1",
                    "lastUpdated": "2019-12-27T16:13:03Z",
                    "profile": [
                        "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-expectant-mother"
                    ]
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/v2/0203",
                                    "code": "NI",
                                    "display": "National unique individual identifier"
                                }
                            ],
                            "text": "IHI"
                        },
                        "system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
                        "value": "8003608000024083"
                    },
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/v2/0203",
                                    "code": "MR",
                                    "display": "Medical record number"
                                }
                            ],
                            "text": "Medical Record Number"
                        },
                        "system": "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003620000000000",
                        "value": "02134000",
                        "assigner": {
                            "display": "Blacktown Hospital"
                        }
                    }
                ],
                "active": true,
                "name": [
                    {
                        "prefix": [
                            "Ms"
                        ],
                        "text": "Eve Bill",
                        "family": "Bill",
                        "given": [
                            "Eve"
                        ]
                    }
                ],
                "gender": "female",
                "birthDate": "2004-12-24",
                "_birthDate": {
                    "extension": [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
                            "valueDateTime": "2004-12-24T14:35:45-05:00"
                        }
                    ]
                }
            },
            "search": {
                "mode": "match"
            }
        },
        {
            "fullUrl": "https://ncdhc.health.gov.au/fhir/v1.0.0/Patient/3f0d0ec7-7ee1-415c-8e04-8c0049bc8286",
            "resource": {
                "resourceType": "Patient",
                "id": "3f0d0ec7-7ee1-415c-8e04-8c0049bc8286",
                "meta": {
                    "versionId": "1",
                    "lastUpdated": "2019-06-25T14:36:03Z",
                    "profile": [
                        "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-patient-baby"
                    ]
                },
                "extension": [
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/birthPlace",
                        "valueAddress": {
                            "text": "Blacktown Hospital"
                        }
                    }
                ],
                "identifier": [
                    {
                        "extension": [
                            {
                                "url": "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
                                "valueCoding": {
                                    "system": "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
                                    "code": "Active",
                                    "display": "Active"
                                }
                            },
                            {
                                "url": "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status",
                                "valueCoding": {
                                    "system": "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1",
                                    "code": "Verified",
                                    "display": "Verified"
                                }
                            }
                        ],
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/v2/0203",
                                    "code": "NI",
                                    "display": "National unique individual identifier"
                                }
                            ],
                            "text": "IHI"
                        },
                        "system": "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
                        "value": "8003608166690503"
                    },
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/v2/0203",
                                    "code": "MR",
                                    "display": "Medical Record Number"
                                }
                            ],
                            "text": "Medical Record Number"
                        },
                        "system": "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0",
                        "value": "02134005",
                        "assigner": {
                            "display": "Blacktown Hospital"
                        }
                    }
                ],
                "active": true,
                "name": [
                    {
                        "text": "Baby of Eve Bill",
                        "family": "Bill",
                        "given": [
                            "Baby of Eve"
                        ]
                    }
                ],
                "gender": "female",
                "birthDate": "2018-12-24",
                "_birthDate": {
                    "extension": [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
                            "valueDateTime": "2018-12-24T14:35:45-05:00"
                        }
                    ]
                }
            },
            "search": {
                "mode": "include"
            }
        }
    ]
}