Example Patient - Harold James

Patient
Patient.id[0]Example-DataStandardsWales-Patient-HaroldJames
Patient.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient
Patient.text[0].status[0]generated
Patient.text[0].div[0]
JAMES, Harold (NHS: 3795624165)
Patient.extension[0].url[0]https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory
Patient.extension[0].valueCodeableConcept[0].coding[0].system[0]https://fhir.nhs.wales/CodeSystem/Ethnicity
Patient.extension[0].valueCodeableConcept[0].coding[0].code[0]A
Patient.extension[0].valueCodeableConcept[0].coding[0].display[0]Any White Background, including Welsh, English, Scottish, Northern Irish, British, Irish
Patient.extension[1].url[0]http://hl7.org/fhir/StructureDefinition/patient-religion
Patient.extension[1].valueCodeableConcept[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation
Patient.extension[1].valueCodeableConcept[0].coding[0].code[0]1041
Patient.extension[1].valueCodeableConcept[0].coding[0].display[0]Roman Catholic Church
Patient.identifier[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus
Patient.identifier[0].extension[0].valueCodeableConcept[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-NullFlavor
Patient.identifier[0].extension[0].valueCodeableConcept[0].coding[0].code[0]NI
Patient.identifier[0].extension[0].valueCodeableConcept[0].coding[0].display[0]NoInformation
Patient.identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
Patient.identifier[0].value[0]3795624165
Patient.identifier[1].system[0]https://fhir.sbuhb.nhs.wales/Id/pas-identifier
Patient.identifier[1].value[0]E100054
Patient.name[0].use[0]official
Patient.name[0].family[0]Harold
Patient.name[0].given[0]James
Patient.name[0].prefix[0]Mr
Patient.telecom[0].system[0]phone
Patient.telecom[0].value[0]01446231234
Patient.gender[0]male
Patient.birthDate[0]1965-10-10
Patient.address[0].line[0]36 Ely Street
Patient.address[0].line[1]Bettws
Patient.address[0].city[0]Carmarthenshire
Patient.address[0].district[0]Carmarthen
Patient.address[0].postalCode[0]SA31 4EL
Patient.communication[0].language[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage
Patient.communication[0].language[0].coding[0].code[0]en
Patient.communication[0].language[0].coding[0].display[0]English
<Patient xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-Patient-HaroldJames" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient" />
    </meta>
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <extension url="https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.nhs.wales/CodeSystem/Ethnicity" />
                <code value="A" />
                <display value="Any White Background, including Welsh, English, Scottish, Northern Irish, British, Irish" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" />
                <code value="1041" />
                <display value="Roman Catholic Church" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
            <valueCodeableConcept>
                <coding>
                    <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor" />
                    <code value="NI" />
                    <display value="NoInformation" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <system value="https://fhir.nhs.uk/Id/nhs-number" />
        <value value="3795624165" />
    </identifier>
    <identifier>
        <system value="https://fhir.sbuhb.nhs.wales/Id/pas-identifier" />
        <value value="E100054" />
    </identifier>
    <name>
        <use value="official" />
        <family value="Harold" />
        <given value="James" />
        <prefix value="Mr" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="01446231234" />
    </telecom>
    <gender value="male" />
    <birthDate value="1965-10-10" />
    <address>
        <line value="36 Ely Street" />
        <line value="Bettws" />
        <city value="Carmarthenshire" />
        <district value="Carmarthen" />
        <postalCode value="SA31 4EL" />
    </address>
    <communication>
        <language>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage" />
                <code value="en" />
                <display value="English" />
            </coding>
        </language>
    </communication>
</Patient>
{
    "resourceType": "Patient",
    "id": "Example-DataStandardsWales-Patient-HaroldJames",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "extension":  [
        {
            "url": "https://fhir.nhs.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.nhs.wales/CodeSystem/Ethnicity",
                        "code": "A",
                        "display": "Any White Background, including Welsh, English, Scottish, Northern Irish, British, Irish"
                    }
                ]
            }
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
                        "code": "1041",
                        "display": "Roman Catholic Church"
                    }
                ]
            }
        }
    ],
    "identifier":  [
        {
            "extension":  [
                {
                    "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
                                "code": "NI",
                                "display": "NoInformation"
                            }
                        ]
                    }
                }
            ],
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "3795624165"
        },
        {
            "system": "https://fhir.sbuhb.nhs.wales/Id/pas-identifier",
            "value": "E100054"
        }
    ],
    "name":  [
        {
            "use": "official",
            "family": "Harold",
            "given":  [
                "James"
            ],
            "prefix":  [
                "Mr"
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "01446231234"
        }
    ],
    "gender": "male",
    "birthDate": "1965-10-10",
    "address":  [
        {
            "line":  [
                "36 Ely Street",
                "Bettws"
            ],
            "city": "Carmarthenshire",
            "district": "Carmarthen",
            "postalCode": "SA31 4EL"
        }
    ],
    "communication":  [
        {
            "language": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
                        "code": "en",
                        "display": "English"
                    }
                ]
            }
        }
    ]
}
JAMES, Harold (NHS: 3795624165)