FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | Patient |
| Id | Patient-RegistrationAlbertEinsteinCommunication-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-RegistrationAlbertEinsteinCommunication-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"meta": {
"profile": [
"https://fhir.nhs.uk/England/StructureDefinition/England-Patient-PDS"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
"valueBoolean": true
}
],
"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"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
}
},
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de",
"display": "German"
}
]
},
"preferred": true
}
]
}