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