FHIR IG analytics| Package | uk.nhsdigital.bars.r4 |
| Resource Type | Patient |
| Id | Patient relationship to Self.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "529b583f-5e01-41ea-9b49-0b7e3fee719f",
"meta": {
"lastUpdated": "2021-11-26T15:00:00+00:00",
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
]
},
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"valueCode": "F"
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategory",
"code": "A",
"display": "British, Mixed British"
}
]
}
},
{
"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": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus",
"code": "number-present-and-verified",
"display": "Number present and verified"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "3478526985"
}
],
"name": [
{
"use": "official",
"text": "Mrs Julie Jones",
"family": "Jones",
"given": [
"Julie"
],
"prefix": [
"Mrs"
]
}
],
"gender": "female",
"birthDate": "1959-05-04",
"address": [
{
"use": "home",
"type": "both",
"text": "22 Brightside Crescent, Overtown, West Yorkshire, LS10 4YU",
"line": [
"22 Brightside Crescent"
],
"city": "Overtown",
"district": "West Yorkshire",
"postalCode": "LS10 4YU"
}
],
"contact": [
{
"extension": [
{
"extension": [
{
"url": "PreferredContactMethod",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
"code": "3",
"display": "Telephone"
}
]
}
}
],
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank",
"valuePositiveInt": 1
}
],
"telecom": [
{
"system": "phone",
"value": "01138698975",
"use": "home",
"rank": 2
},
{
"system": "phone",
"value": "07736312544",
"use": "mobile",
"rank": 1
},
{
"system": "email",
"value": "jjones@hotmail.co.uk",
"use": "home",
"rank": 1
}
]
},
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "ONESELF"
}
]
}
],
"name": {
"family": "Grayson",
"given": [
"Jack"
]
},
"telecom": [
{
"system": "phone",
"value": "0789 1234123",
"rank": 3
}
],
"gender": "male"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage",
"code": "en",
"display": "English"
}
]
},
"preferred": true
}
]
}