NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

Patient - Jack Dawkins

{
"resourceType": "Patient",
"id": "18d69a47-1a29-4de5-a942-7fd278f09dad",
{
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9912003888"
}
],
"name": [
{
"use": "official",
"family": "Dawkins",
"given": [
"Jack"
]
}
],
"gender": "male",
"birthDate": "1965-02-28",
"address": [
{
"use": "home",
"postalCode": "AB12 3CD"
}
],
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "B81001"
}
}
]
}
<Patient xmlns="http://hl7.org/fhir">
<id value="18d69a47-1a29-4de5-a942-7fd278f09dad" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9912003888" />
</identifier>
<use value="official" />
<family value="Dawkins" />
<given value="Jack" />
</name>
<gender value="male" />
<birthDate value="1965-02-28" />
<use value="home" />
<postalCode value="AB12 3CD" />
</address>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="B81001" />
</identifier>
</generalPractitioner>
</Patient>
Patient
back to top