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

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

Response Body

{
"resourceType": "Bundle",
"id": "c835857a-2c53-4499-ba0e-084183617a9b",
"meta": {
"lastUpdated": "2024-04-16T22:36:21.186+00:00"
},
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://data.developer.nhs.uk/ccri-fhir/STU3/Observation?_format=html%2Fjson&code=50373000&patient=1060"
}
],
"entry": [
{
"fullUrl": "https://data.developer.nhs.uk/ccri-fhir/STU3/Observation/1408",
"resource": {
"resourceType": "Observation",
"id": "1408",
"meta": {
"lastUpdated": "2018-09-14T08:38:37.576+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"
]
},
"identifier": [
{
"system": "https://fhir.leedsth.nhs.uk/Id/observation",
"value": "11374"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "50373000",
"display": "Body height"
}
],
"text": "Body height"
},
"subject": {
"reference": "Patient/1060",
"display": "Mr Randal Erickson"
},
"effectiveDateTime": "2017-10-19T09:54:00+00:00",
"valueQuantity": {
"value": 139.20,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
},
{
"fullUrl": "https://data.developer.nhs.uk/ccri-fhir/STU3/Observation/1394",
"resource": {
"resourceType": "Observation",
"id": "1394",
"meta": {
"lastUpdated": "2018-09-14T08:38:36.843+00:00",
"profile": [
"https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"
]
},
"identifier": [
{
"system": "https://fhir.leedsth.nhs.uk/Id/observation",
"value": "11360"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "50373000",
"display": "Body height"
}
],
"text": "Body height"
},
"subject": {
"reference": "Patient/1060",
"display": "Mr Randal Erickson"
},
"effectiveDateTime": "2016-05-04T01:53:00+00:00",
"valueQuantity": {
"value": 138.00,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}
}
]
}
Wrote 3.2 KB (36.5 KB total including HTML) in estimated 1ms