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

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: 1d9f10148d91707e

Response Body

<Bundle xmlns="http://hl7.org/fhir">
<id value="6ef57343-51ec-4cc9-98f4-b83b63f1387e"/>
<meta>
<lastUpdated value="2024-04-24T13:00:21.579+00:00"/>
</meta>
<type value="searchset"/>
<total value="2"/>
<link>
<relation value="self"/>
<url value="https://data.developer.nhs.uk/ccri-fhir/STU3/Observation?_format=html%2Fxml&amp;code=50373000&amp;patient=1060"/>
</link>
<entry>
<fullUrl value="https://data.developer.nhs.uk/ccri-fhir/STU3/Observation/1408"/>
<resource>
<Observation xmlns="http://hl7.org/fhir">
<id value="1408"/>
<meta>
<lastUpdated value="2018-09-14T08:38:37.576+00:00"/>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"/>
</meta>
<identifier>
<system value="https://fhir.leedsth.nhs.uk/Id/observation"/>
<value value="11374"/>
</identifier>
<status value="final"/>
<category>
<coding>
<system value="http://hl7.org/fhir/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
<text value="Vital Signs"/>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="50373000"/>
<display value="Body height"/>
</coding>
<text value="Body height"/>
</code>
<subject>
<reference value="Patient/1060"/>
<display value="Mr Randal Erickson"/>
</subject>
<effectiveDateTime value="2017-10-19T09:54:00+00:00"/>
<valueQuantity>
<value value="139.20"/>
<unit value="cm"/>
<system value="http://unitsofmeasure.org"/>
<code value="cm"/>
</valueQuantity>
</Observation>
</resource>
</entry>
<entry>
<fullUrl value="https://data.developer.nhs.uk/ccri-fhir/STU3/Observation/1394"/>
<resource>
<Observation xmlns="http://hl7.org/fhir">
<id value="1394"/>
<meta>
<lastUpdated value="2018-09-14T08:38:36.843+00:00"/>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"/>
</meta>
<identifier>
<system value="https://fhir.leedsth.nhs.uk/Id/observation"/>
<value value="11360"/>
</identifier>
<status value="final"/>
<category>
<coding>
<system value="http://hl7.org/fhir/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
<text value="Vital Signs"/>
</category>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="50373000"/>
<display value="Body height"/>
</coding>
<text value="Body height"/>
</code>
<subject>
<reference value="Patient/1060"/>
<display value="Mr Randal Erickson"/>
</subject>
<effectiveDateTime value="2016-05-04T01:53:00+00:00"/>
<valueQuantity>
<value value="138.00"/>
<unit value="cm"/>
<system value="http://unitsofmeasure.org"/>
<code value="cm"/>
</valueQuantity>
</Observation>
</resource>
</entry>
</Bundle>
Wrote 3.7 KB (38.4 KB total including HTML) in estimated 1ms