Patient

Patient-AnitaLambertsDeceasedPatient-Example

Example of a deceased patient.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-AnitaLambertsDeceasedPatient-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303649",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "name":  [
        {
            "given":  [
                "Anita"
            ],
            "family": "Lamberts"
        }
    ],
    "gender": "female",
    "birthDate": "1993-11-14",
    "deceasedBoolean": true,
    "address":  [
        {
            "line":  [
                "1, Vale Roads, Claygate",
                "Esher",
                "Surrey"
            ],
            "postalCode": "BM17 2QN"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303649"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-AnitaLambertsDeceasedPatient-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="8449303649" />
    </identifier>
    <name>
        <family value="Lamberts" />
        <given value="Anita" />
    </name>
    <gender value="female" />
    <birthDate value="1993-11-14" />
    <deceasedBoolean value="true" />
    <address>
        <line value="1, Vale Roads, Claygate" />
        <line value="Esher" />
        <line value="Surrey" />
        <postalCode value="BM17 2QN" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303649" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-AnitaLambertsMotherDeceasedPatient-Example

Example of a deceased patient.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-AnitaLambertsMotherDeceasedPatient-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303650",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "gender": "female",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "1, Vale Roads, Claygate",
                "Esher",
                "Surrey"
            ],
            "postalCode": "BM17 2QN"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303650"
            },
            "type": "seealso"
        },
        {
            "other": {
                "reference": "RelatedPerson/RelatedPerson-AnitaLambertsDeceasedPatient-Example"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-AnitaLambertsMotherDeceasedPatient-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="8449303650" />
    </identifier>
    <gender value="female" />
    <deceasedBoolean value="false" />
    <address>
        <line value="1, Vale Roads, Claygate" />
        <line value="Esher" />
        <line value="Surrey" />
        <postalCode value="BM17 2QN" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303650" />
        </other>
        <type value="seealso" />
    </link>
    <link>
        <other>
            <reference value="RelatedPerson/RelatedPerson-AnitaLambertsDeceasedPatient-Example" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-DemeizaSeo-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-DemeizaSeo-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "R",
                        "display": "Other Ethnic Groups - Chinese"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449306559",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RWT16378",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RAX"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Demeiza"
            ],
            "family": "Seo"
        }
    ],
    "gender": "female",
    "birthDate": "2011-01-26",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "1 Aragon Avenue,",
                "Thames Ditton"
            ],
            "city": "Surrey",
            "postalCode": "KT7 0PY"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-DemeizaSeo-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="R" />
                <display value="Other Ethnic Groups - Chinese" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449306559" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RWT16378" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RAX" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Seo" />
        <given value="Demeiza" />
    </name>
    <gender value="female" />
    <birthDate value="2011-01-26" />
    <deceasedBoolean value="false" />
    <address>
        <line value="1 Aragon Avenue," />
        <line value="Thames Ditton" />
        <city value="Surrey" />
        <postalCode value="KT7 0PY" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-FayMutlow-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-FayMutlow-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307806",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RR12437",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RGD12"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Fay"
            ],
            "family": "Mutlow"
        }
    ],
    "gender": "female",
    "birthDate": "1990-06-01",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "Union Mills",
                "9 Dewsbury Rd",
                "Leeds"
            ],
            "postalCode": "LSD11 5DD"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Test GP"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "B86012"
            },
            "display": "LEEDS CITY MEDICAL PRACTICE"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-FayMutlow-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307806" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RR12437" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RGD12" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Mutlow" />
        <given value="Fay" />
    </name>
    <gender value="female" />
    <birthDate value="1990-06-01" />
    <deceasedBoolean value="false" />
    <address>
        <line value="Union Mills" />
        <line value="9 Dewsbury Rd" />
        <line value="Leeds" />
        <postalCode value="LSD11 5DD" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Test GP" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="B86012" />
        </identifier>
        <display value="LEEDS CITY MEDICAL PRACTICE" />
    </generalPractitioner>
</Patient>


Patient-FoetusOfRyanneBoulder-Example

Example of a patient resource(foetal) with with minimal details

Patient
{
    "resourceType": "Patient",
    "id": "Patient-FoetusOfRyanneBoulder-Example",
    "identifier":  [
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "FT-RWT13521",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RAX"
                }
            }
        }
    ],
    "gender": "unknown"
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-FoetusOfRyanneBoulder-Example" />
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="FT-RWT13521" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RAX" />
            </identifier>
        </assigner>
    </identifier>
    <gender value="unknown" />
</Patient>


Patient-JamesMetcalfe-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-JamesMetcalfe-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "M",
                        "display": "Male"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "7449306524",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RPA17643",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RPA02"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "James"
            ],
            "family": "Metcalfe"
        }
    ],
    "gender": "male",
    "birthDate": "2013-10-10",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "9 Boxhill Hill,",
                "Medway"
            ],
            "city": "Kent",
            "postalCode": "GH20 7PF"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP"
            },
            "display": "Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/7449306524"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-JamesMetcalfe-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="M" />
                <display value="Male" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="7449306524" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RPA17643" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RPA02" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Metcalfe" />
        <given value="James" />
    </name>
    <gender value="male" />
    <birthDate value="2013-10-10" />
    <deceasedBoolean value="false" />
    <address>
        <line value="9 Boxhill Hill," />
        <line value="Medway" />
        <city value="Kent" />
        <postalCode value="GH20 7PF" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP" />
        </identifier>
        <display value="Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/7449306524" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-KayBurbridge-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-KayBurbridge-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303541",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RD13423",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RLU"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Kay"
            ],
            "family": "Burbridge"
        }
    ],
    "gender": "female",
    "birthDate": "1983-06-02",
    "deceasedBoolean": true,
    "address":  [
        {
            "line":  [
                "106 Telegraph Road",
                "Claygate",
                "Milton Keynes"
            ],
            "postalCode": "HR5 3PR"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP123"
            },
            "display": "Test GP Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303541"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-KayBurbridge-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="8449303541" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RD13423" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RLU" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Burbridge" />
        <given value="Kay" />
    </name>
    <gender value="female" />
    <birthDate value="1983-06-02" />
    <deceasedBoolean value="true" />
    <address>
        <line value="106 Telegraph Road" />
        <line value="Claygate" />
        <line value="Milton Keynes" />
        <postalCode value="HR5 3PR" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP123" />
        </identifier>
        <display value="Test GP Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303541" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-MeirLiebermanPDS-Example

Example of a patient returned by a PDS search.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-MeirLiebermanPDS-Example",
    "meta": {
        "versionId": "2",
        "security":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
                "code": "U",
                "display": "unrestricted"
            }
        ]
    },
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307873",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "name":  [
        {
            "given":  [
                "Meir"
            ],
            "family": "Lieberman"
        }
    ],
    "gender": "male",
    "birthDate": "2005-12-19",
    "address":  [
        {
            "line":  [
                "1 Spinney Close",
                "Worcester Park"
            ],
            "city": "Surrey"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-MeirLiebermanPDS-Example" />
    <meta>
        <versionId value="2" />
        <security>
            <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
            <code value="U" />
            <display value="unrestricted" />
        </security>
    </meta>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307873" />
    </identifier>
    <name>
        <family value="Lieberman" />
        <given value="Meir" />
    </name>
    <gender value="male" />
    <birthDate value="2005-12-19" />
    <address>
        <line value="1 Spinney Close" />
        <line value="Worcester Park" />
        <city value="Surrey" />
    </address>
</Patient>


Patient-LindsaySorrellPDS-Example

Example of a patient returned by a PDS search.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-LindsaySorrellPDS-Example",
    "meta": {
        "versionId": "2",
        "security":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
                "code": "U",
                "display": "unrestricted"
            }
        ]
    },
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307946",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "name":  [
        {
            "given":  [
                "Lindsay"
            ],
            "family": "Sorrell"
        }
    ],
    "gender": "male",
    "birthDate": "2011-04-12",
    "address":  [
        {
            "line":  [
                "31 THE AVENUE",
                "BERWICK COURT"
            ]
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-LindsaySorrellPDS-Example" />
    <meta>
        <versionId value="2" />
        <security>
            <system value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality" />
            <code value="U" />
            <display value="unrestricted" />
        </security>
    </meta>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307946" />
    </identifier>
    <name>
        <family value="Sorrell" />
        <given value="Lindsay" />
    </name>
    <gender value="male" />
    <birthDate value="2011-04-12" />
    <address>
        <line value="31 THE AVENUE" />
        <line value="BERWICK COURT" />
    </address>
</Patient>


Patient-LindsaySorrell-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-LindsaySorrell-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "M",
                        "display": "Male"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307946",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RWT14789",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RAX01"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Lindsay"
            ],
            "family": "Sorrell"
        }
    ],
    "gender": "male",
    "birthDate": "2011-04-12",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "31 THE AVENUE",
                "BERWICK COURT"
            ],
            "postalCode": "KT4 7BS"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "anywhere place"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-LindsaySorrell-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="M" />
                <display value="Male" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307946" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RWT14789" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RAX01" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Sorrell" />
        <given value="Lindsay" />
    </name>
    <gender value="male" />
    <birthDate value="2011-04-12" />
    <deceasedBoolean value="false" />
    <address>
        <line value="31 THE AVENUE" />
        <line value="BERWICK COURT" />
        <postalCode value="KT4 7BS" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="anywhere place" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-MeirLieberman-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-MeirLieberman-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "M",
                        "display": "Male"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307873",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RGT012423",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RGT01"
                }
            }
        },
        {
            "system": "https://fhir.nhs.uk/Id/genomics-pedigree-number",
            "value": "P12345"
        }
    ],
    "name":  [
        {
            "given":  [
                "Meir",
                "Anah"
            ],
            "family": "Lieberman"
        }
    ],
    "gender": "male",
    "birthDate": "2005-12-19",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "1 Spinney Close",
                "Worcester Park"
            ],
            "city": "Surrey",
            "postalCode": "KT4 7BS"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-MeirLieberman-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="M" />
                <display value="Male" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307873" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RGT012423" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RGT01" />
            </identifier>
        </assigner>
    </identifier>
    <identifier>
        <system value="https://fhir.nhs.uk/Id/genomics-pedigree-number" />
        <value value="P12345" />
    </identifier>
    <name>
        <family value="Lieberman" />
        <given value="Meir" />
        <given value="Anah" />
    </name>
    <gender value="male" />
    <birthDate value="2005-12-19" />
    <deceasedBoolean value="false" />
    <address>
        <line value="1 Spinney Close" />
        <line value="Worcester Park" />
        <city value="Surrey" />
        <postalCode value="KT4 7BS" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-PatrickSammy-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-PatrickSammy-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "M",
                        "display": "Male"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307873",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "name":  [
        {
            "given":  [
                "Patrick"
            ],
            "family": "Sammy"
        }
    ],
    "gender": "male",
    "birthDate": "1982-10-06",
    "address":  [
        {
            "line":  [
                "51 Westgate,"
            ],
            "city": "Bradford",
            "postalCode": "BD1 2RD"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-PatrickSammy-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="M" />
                <display value="Male" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307873" />
    </identifier>
    <name>
        <family value="Sammy" />
        <given value="Patrick" />
    </name>
    <gender value="male" />
    <birthDate value="1982-10-06" />
    <address>
        <line value="51 Westgate," />
        <city value="Bradford" />
        <postalCode value="BD1 2RD" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307873" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-PheobeSmitham-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-PheobeSmitham-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307539",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RR12764",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RR8"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Pheobe"
            ],
            "family": "Smitham"
        }
    ],
    "gender": "female",
    "birthDate": "2013-09-27",
    "deceasedBoolean": true,
    "address":  [
        {
            "line":  [
                "Union Mills",
                "9, Dewsbury Rd",
                "Leeds"
            ],
            "postalCode": "LS11 5DD"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP123"
            },
            "display": "Test GP Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307539"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-PheobeSmitham-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307539" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RR12764" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RR8" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Smitham" />
        <given value="Pheobe" />
    </name>
    <gender value="female" />
    <birthDate value="2013-09-27" />
    <deceasedBoolean value="true" />
    <address>
        <line value="Union Mills" />
        <line value="9, Dewsbury Rd" />
        <line value="Leeds" />
        <postalCode value="LS11 5DD" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP123" />
        </identifier>
        <display value="Test GP Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307539" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-PheobeSmithamFather-Example

Example of a patient resource with minimal information.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-PheobeSmithamFather-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "M",
                        "display": "Male"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307636",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "name":  [
        {
            "given":  [
                "James"
            ],
            "family": "Lawrence"
        }
    ],
    "gender": "male",
    "birthDate": "1981-08-03",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "1, Middlemead Close",
                "Bookham"
            ],
            "city": "Surrey",
            "postalCode": "KT23 3EB"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Bon Jovi"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AIP123"
            },
            "display": "Anywhere Street"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307636"
            },
            "type": "seealso"
        },
        {
            "other": {
                "reference": "RelatedPerson/RelatedPerson-AliceSmithamProbandFather-Example"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-PheobeSmithamFather-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="M" />
                <display value="Male" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307636" />
    </identifier>
    <name>
        <family value="Lawrence" />
        <given value="James" />
    </name>
    <gender value="male" />
    <birthDate value="1981-08-03" />
    <deceasedBoolean value="false" />
    <address>
        <line value="1, Middlemead Close" />
        <line value="Bookham" />
        <city value="Surrey" />
        <postalCode value="KT23 3EB" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Bon Jovi" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AIP123" />
        </identifier>
        <display value="Anywhere Street" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307636" />
        </other>
        <type value="seealso" />
    </link>
    <link>
        <other>
            <reference value="RelatedPerson/RelatedPerson-AliceSmithamProbandFather-Example" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-PheobeSmithamMother-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-PheobeSmithamMother-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307246",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "name":  [
        {
            "given":  [
                "Alice"
            ],
            "family": "Smitham"
        }
    ],
    "gender": "female",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "Union Mills",
                "9, Dewsbury Rd",
                "Leeds"
            ],
            "postalCode": "LS11 5DD"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "Anyhere place"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307246"
            },
            "type": "seealso"
        },
        {
            "other": {
                "reference": "RelatedPerson/RelatedPerson-AliceSmithamProbandMother-Example"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-PheobeSmithamMother-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307246" />
    </identifier>
    <name>
        <family value="Smitham" />
        <given value="Alice" />
    </name>
    <gender value="female" />
    <deceasedBoolean value="false" />
    <address>
        <line value="Union Mills" />
        <line value="9, Dewsbury Rd" />
        <line value="Leeds" />
        <postalCode value="LS11 5DD" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="Anyhere place" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307246" />
        </other>
        <type value="seealso" />
    </link>
    <link>
        <other>
            <reference value="RelatedPerson/RelatedPerson-AliceSmithamProbandMother-Example" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-RyanneBoulder-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-RyanneBoulder-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307687",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RWT13521",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RAX"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Ryanne"
            ],
            "family": "Boulder"
        }
    ],
    "gender": "female",
    "birthDate": "1980-09-02",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "53 Eastwick Pack Avenue",
                "Leatherhead",
                "Surrey"
            ],
            "postalCode": "KT23 3NP"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "anywhere place"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946"
            },
            "type": "seealso"
        },
        {
            "other": {
                "reference": "RelatedPerson/RelatedPerson-RyanneBoulder-Example"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-RyanneBoulder-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307687" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RWT13521" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RAX" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Boulder" />
        <given value="Ryanne" />
    </name>
    <gender value="female" />
    <birthDate value="1980-09-02" />
    <deceasedBoolean value="false" />
    <address>
        <line value="53 Eastwick Pack Avenue" />
        <line value="Leatherhead" />
        <line value="Surrey" />
        <postalCode value="KT23 3NP" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="anywhere place" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946" />
        </other>
        <type value="seealso" />
    </link>
    <link>
        <other>
            <reference value="RelatedPerson/RelatedPerson-RyanneBoulder-Example" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-RyanneBoulderPartner-Example

Example of a patient resource with with minimal details.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-RyanneBoulderPartner-Example",
    "identifier":  [
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "P-RWT13521",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RAX"
                }
            }
        }
    ],
    "gender": "male",
    "link":  [
        {
            "other": {
                "reference": "RelatedPerson/RelatedPerson-RyanneBoulderPartner-Example"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-RyanneBoulderPartner-Example" />
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="P-RWT13521" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RAX" />
            </identifier>
        </assigner>
    </identifier>
    <gender value="male" />
    <link>
        <other>
            <reference value="RelatedPerson/RelatedPerson-RyanneBoulderPartner-Example" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-SalimaPomfrets-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-SalimaPomfrets-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303444",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RD819674",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RD8"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Salima"
            ],
            "family": "Pomfrets"
        }
    ],
    "gender": "female",
    "birthDate": "1993-11-27",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "1 How lane,",
                "Chipstead, Wolvertom",
                "Milton Keynes"
            ],
            "postalCode": "TM10 8AM"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303444"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-SalimaPomfrets-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="8449303444" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RD819674" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RD8" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Pomfrets" />
        <given value="Salima" />
    </name>
    <gender value="female" />
    <birthDate value="1993-11-27" />
    <deceasedBoolean value="false" />
    <address>
        <line value="1 How lane," />
        <line value="Chipstead, Wolvertom" />
        <line value="Milton Keynes" />
        <postalCode value="TM10 8AM" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303444" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-TimMclullichs-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-TimMclullichs-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "M",
                        "display": "Male"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303452",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RTH17845",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RTH"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Tim"
            ],
            "family": "Mclullichs"
        }
    ],
    "gender": "male",
    "birthDate": "1954-10-29",
    "deceasedBoolean": false,
    "address":  [
        {
            "line":  [
                "1 Outwood Road",
                "Crosswinds, Chipstead,"
            ],
            "city": "Buckinghamshire",
            "postalCode": "OM10 8DF"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "TP123"
            },
            "display": "123 Test Practice"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303452"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-TimMclullichs-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="M" />
                <display value="Male" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="8449303452" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RTH17845" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RTH" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Mclullichs" />
        <given value="Tim" />
    </name>
    <gender value="male" />
    <birthDate value="1954-10-29" />
    <deceasedBoolean value="false" />
    <address>
        <line value="1 Outwood Road" />
        <line value="Crosswinds, Chipstead," />
        <city value="Buckinghamshire" />
        <postalCode value="OM10 8DF" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="TP123" />
        </identifier>
        <display value="123 Test Practice" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/8449303452" />
        </other>
        <type value="seealso" />
    </link>
</Patient>


Patient-ZelmaHadjkiss-Example

Example of a patient resource with additional information attached, linked to a PDS record.

Patient
{
    "resourceType": "Patient",
    "id": "Patient-ZelmaHadjkiss-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
                        "code": "F",
                        "display": "Female"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
                        "code": "A",
                        "display": "White - British"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307555",
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
                                "version": "2.2.0",
                                "code": "01",
                                "display": "Number present and verified"
                            }
                        ]
                    }
                }
            ]
        },
        {
            "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
            "value": "RWT17335",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RAX01"
                }
            }
        }
    ],
    "name":  [
        {
            "given":  [
                "Zelma"
            ],
            "family": "Hadjkiss"
        }
    ],
    "gender": "female",
    "birthDate": "2011-03-19",
    "address":  [
        {
            "line":  [
                "2 Barclay Close",
                "Fetcham",
                "Leatherhead",
                "Surrey"
            ],
            "postalCode": "KT22 9SY"
        }
    ],
    "generalPractitioner":  [
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/gmp-number",
                "value": "G9999999"
            },
            "display": "Dr. Aero Smith"
        },
        {
            "identifier": {
                "system": "https://fhir.hl7.org.uk/Id/ODS-code",
                "value": "AP123"
            },
            "display": "anywhere place"
        }
    ],
    "link":  [
        {
            "other": {
                "reference": "https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946"
            },
            "type": "seealso"
        }
    ]
}
<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-ZelmaHadjkiss-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
                <code value="F" />
                <display value="Female" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
                <code value="A" />
                <display value="White - British" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
                    <version value="2.2.0" />
                    <code value="01" />
                    <display value="Number present and verified" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="9449307555" />
    </identifier>
    <identifier>
        <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
        <value value="RWT17335" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RAX01" />
            </identifier>
        </assigner>
    </identifier>
    <name>
        <family value="Hadjkiss" />
        <given value="Zelma" />
    </name>
    <gender value="female" />
    <birthDate value="2011-03-19" />
    <address>
        <line value="2 Barclay Close" />
        <line value="Fetcham" />
        <line value="Leatherhead" />
        <line value="Surrey" />
        <postalCode value="KT22 9SY" />
    </address>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/gmp-number" />
            <value value="G9999999" />
        </identifier>
        <display value="Dr. Aero Smith" />
    </generalPractitioner>
    <generalPractitioner>
        <identifier>
            <system value="https://fhir.hl7.org.uk/Id/ODS-code" />
            <value value="AP123" />
        </identifier>
        <display value="anywhere place" />
    </generalPractitioner>
    <link>
        <other>
            <reference value="https://api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9449307946" />
        </other>
        <type value="seealso" />
    </link>
</Patient>