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 19ms.

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: f4f8fee4db8bb74f

Response Body

{
"resourceType": "Bundle",
"id": "6ff99257-fc70-4dc5-840f-f5cf417b2e8e",
"meta": {
"lastUpdated": "2024-05-08T11:50:33.728+00:00"
},
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://data.developer.nhs.uk/ccri-fhir/STU3/Patient?_count=100&_format=html%2Fjson&_id=1172&_revinclude=Observation%3Apatient&_revinclude=Encounter%3Apatient"
}
],
"entry": [
{
"fullUrl": "https://data.developer.nhs.uk/ccri-fhir/STU3/Patient/1172",
"resource": {
"resourceType": "Patient",
"id": "1172",
"meta": {
"lastUpdated": "2024-04-30T15:52:22.566+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
]
},
"identifier": [
{
"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": "1352465790"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"Richard"
],
"prefix": [
"Mr"
]
}
],
"gender": "male",
"birthDate": "1957-01-01",
"address": [
{
"line": [
"21, Grove Street, Overtown"
],
"city": "Leeds",
"postalCode": "LS21 1PF"
}
]
}
},
{
"fullUrl": "https://data.developer.nhs.uk/ccri-fhir/STU3/Encounter/720",
"resource": {
"resourceType": "Encounter",
"id": "720",
"meta": {
"lastUpdated": "2019-01-25T14:20:18.071+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1"
]
},
"identifier": [
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "ff84120c-43fe-4059-8839-dad2c4f9869c"
}
],
"status": "finished",
"class": {
"system": "http://hl7.org/fhir/v3-ActEncounterCode",
"code": "EMER",
"display": "emergency"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "4525004",
"display": "Emergency department patient visit"
}
]
}
],
"subject": {
"reference": "Patient/1172",
"display": "Mr Richard Smith"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "PART",
"display": "Participation"
}
]
}
],
"individual": {
"reference": "RelatedPerson/75",
"display": "Joy Smith"
}
},
{
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "DIS",
"display": "discharger"
}
]
}
],
"individual": {
"reference": "Practitioner/203508",
"display": "Dr Paul Rastall"
}
}
],
"period": {
"start": "2015-02-12T09:00:00+00:00",
"end": "2015-02-12T18:00:00+00:00"
},
"location": [
{
"location": {
"reference": "Location/200025",
"display": "St. James's University Hospital Accident and Emergency Department"
},
"period": {
"start": "2015-02-12T07:00:00+00:00",
"end": "2015-02-12T08:30:00+00:00"
}
}
]
}
}
]
}
Wrote 4.5 KB (46.3 KB total including HTML) in estimated 6ms