FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | Patient |
| Id | Patient-RegistrationAlbertEinsteinMinimal-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "Patient-RegistrationAlbertEinsteinMinimal-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"meta": {
"profile": [
"https://fhir.nhs.uk/England/StructureDefinition/England-Patient-PDS"
]
},
"name": [
{
"use": "official",
"family": "Einstein",
"given": [
"Albert"
]
}
],
"gender": "male",
"birthDate": "1879-03-14",
"address": [
{
"use": "home",
"line": [
"35 Market St",
"Kirkby Stephen",
"Cumbria"
],
"postalCode": "CA17 4QN"
}
]
}