FHIR IG analytics| Package | uk.nhsdigital.r4.test |
| Resource Type | Patient |
| Id | patient-RichardSmith.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "440a0906-8638-4acd-b6b1-cd13159cebc7",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9871223456"
},
{
"system": "https://fhir.nhs.uk/Id/nhs-login-sub",
"value": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
],
"name": [
{
"use": "official",
"family": "SMITH",
"given": [
"Richard"
]
}
],
"telecom": [
{
"system": "email",
"value": "rsmith@test.com"
},
{
"system": "phone",
"use": "mobile",
"value": "01131231234"
}
],
"gender": "male",
"birthDate": "1970-09-11",
"address": [
{
"postalCode": "LS17 7DF"
}
],
"generalPractitioner": [
{
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "B81001"
}
}
]
}