FHIR IG analytics| Package | uk.nhsdigital.medicines.r4.test |
| Resource Type | Patient |
| Id | PatientEPSMin.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "d0ddff03-a87e-4be6-b6b6-6cf2abec8a47",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9000000009"
}
],
"name": [
{
"use": "usual",
"family": "Smith",
"given": [
"Jane"
],
"prefix": [
"Mrs"
],
"suffix": [
"MBE"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01632960587",
"use": "work"
}
],
"gender": "female",
"birthDate": "2010-10-22",
"address": [
{
"use": "home",
"line": [
"1 Trevelyan Square",
"Boar Lane",
"City Centre",
"Leeds",
"West Yorkshire"
],
"postalCode": "LS1 6AE"
}
],
"generalPractitioner": [
{
"type": "Organization",
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "Y12345"
}
}
]
}