This result is being rendered in HTML for easy viewing. You may access this content as Raw JSON or Raw XML, or view this content in HTML JSON or HTML XML. Response generated in 4ms.

HTTP 200 OK

Response Headers

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, PUT, GET, OPTIONS, DELETE
Access-Control-Max-Age: 3600
Access-Control-Allow-Headers: X-FHIR-Starter,authorization,Prefer,Origin,Accept,X-Requested-With,Content-Type,Access-Control-Request-Method,Access-Control-Request-Headers
X-Powered-By: HAPI FHIR 4.0.3 REST Server (FHIR Server; FHIR 3.0.1/DSTU3)
X-Request-ID: ee66f2bf629295a3

Response Body

{
"resourceType": "Bundle",
"id": "ce809e68-3301-4d6e-b751-2182e11f788a",
"meta": {
"lastUpdated": "2024-04-19T14:41:35.905+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://data.developer.nhs.uk/ccri-fhir/STU3/Patient?_format=html%2Fjson&identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9658218873"
}
],
"entry": [
{
"fullUrl": "https://data.developer.nhs.uk/ccri-fhir/STU3/Patient/1183",
"resource": {
"resourceType": "Patient",
"id": "1183",
"meta": {
"lastUpdated": "2024-04-14T00:42:34.742+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
]
},
"identifier": [
{
"system": "https://fhir.rkh.nhs.uk/Id/local-patient-identifier",
"value": "A1234521"
},
{
"extension": [
{
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1",
"code": "01",
"display": "Number present and verified"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9658218873"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "MEAKIN",
"given": [
"Mike"
],
"prefix": [
"MR"
]
}
],
"gender": "male",
"birthDate": "1927-06-19",
"address": [
{
"use": "home",
"type": "physical"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/MaritalStatus",
"code": "S",
"display": "Never Married"
}
]
},
"generalPractitioner": [
{
"reference": "Practitioner/203529",
"display": "Miss Nichole Gilbert"
}
],
"managingOrganization": {
"reference": "Organization/200268",
"display": "HSCIC test Practice"
}
}
}
]
}
Wrote 2.5 KB (29.2 KB total including HTML) in estimated 0ms