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

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: 4c33714c69bc0b22

Response Body

<Bundle xmlns="http://hl7.org/fhir">
<id value="cc635fcd-a547-4ac4-95e6-8f791c299d62"/>
<meta>
<lastUpdated value="2024-04-27T01:27:19.605+00:00"/>
</meta>
<type value="searchset"/>
<total value="2"/>
<link>
<relation value="self"/>
<url value="https://data.developer.nhs.uk/ccri-fhir/STU3/Patient?_count=100&amp;_format=html%2Fxml&amp;_id=1172&amp;_revinclude=Observation%3Apatient&amp;_revinclude=Encounter%3Apatient"/>
</link>
<entry>
<fullUrl value="https://data.developer.nhs.uk/ccri-fhir/STU3/Patient/1172"/>
<resource>
<Patient xmlns="http://hl7.org/fhir">
<id value="1172"/>
<meta>
<lastUpdated value="2024-04-18T09:02:53.998+00:00"/>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"/>
</meta>
<identifier>
<extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-NHSNumberVerificationStatus-1">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-NHSNumberVerificationStatus-1"/>
<code value="01"/>
<display value="Number present and verified"/>
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number"/>
<value value="1352465790"/>
</identifier>
<name>
<use value="official"/>
<family value="Smith"/>
<given value="Richard"/>
<prefix value="Mr"/>
</name>
<gender value="male"/>
<birthDate value="1957-01-01"/>
<address>
<line value="21, Grove Street, Overtown"/>
<city value="Leeds"/>
<postalCode value="LS21 1PF"/>
</address>
</Patient>
</resource>
</entry>
<entry>
<fullUrl value="https://data.developer.nhs.uk/ccri-fhir/STU3/Encounter/720"/>
<resource>
<Encounter xmlns="http://hl7.org/fhir">
<id value="720"/>
<meta>
<lastUpdated value="2019-01-25T14:20:18.071+00:00"/>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1"/>
</meta>
<identifier>
<system value="https://tools.ietf.org/html/rfc4122"/>
<value value="ff84120c-43fe-4059-8839-dad2c4f9869c"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://hl7.org/fhir/v3-ActEncounterCode"/>
<code value="EMER"/>
<display value="emergency"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="4525004"/>
<display value="Emergency department patient visit"/>
</coding>
</type>
<subject>
<reference value="Patient/1172"/>
<display value="Mr Richard Smith"/>
</subject>
<participant>
<type>
<coding>
<system value="http://hl7.org/fhir/v3/ParticipationType"/>
<code value="DIS"/>
<display value="discharger"/>
</coding>
</type>
<individual>
<reference value="Practitioner/203508"/>
<display value="Dr Paul Rastall"/>
</individual>
</participant>
<participant>
<type>
<coding>
<system value="http://hl7.org/fhir/v3/ParticipationType"/>
<code value="PART"/>
<display value="Participation"/>
</coding>
</type>
<individual>
<reference value="RelatedPerson/75"/>
<display value="Joy Smith"/>
</individual>
</participant>
<period>
<start value="2015-02-12T09:00:00+00:00"/>
<end value="2015-02-12T18:00:00+00:00"/>
</period>
<location>
<location>
<reference value="Location/200025"/>
<display value="St. James's University Hospital Accident and Emergency Department"/>
</location>
<period>
<start value="2015-02-12T07:00:00+00:00"/>
<end value="2015-02-12T08:30:00+00:00"/>
</period>
</location>
</Encounter>
</resource>
</entry>
</Bundle>
Wrote 4.8 KB (45.9 KB total including HTML) in estimated 0ms