FHIR IG analytics| Package | fhir.r4.nhsengland.programme |
| Resource Type | Patient |
| Id | PatientFlag-AlanMann-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatientFlag-AlanMann-Example",
"meta": {
"profile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient"
]
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9912003888"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Mann",
"given": [
"Alan"
]
}
],
"gender": "male",
"birthDate": "1970-01-01"
}