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

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

Response Body

<Bundle xmlns="http://hl7.org/fhir">
<id value="918edd77-1842-473c-8c65-41ad499dc7af"/>
<meta>
<lastUpdated value="2024-04-16T21:12:10.005+00:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="https://data.developer.nhs.uk/ccri-fhir/STU3/Patient?_format=html%2Fxml&amp;identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9658218873"/>
</link>
<entry>
<fullUrl value="https://data.developer.nhs.uk/ccri-fhir/STU3/Patient/1183"/>
<resource>
<Patient xmlns="http://hl7.org/fhir">
<id value="1183"/>
<meta>
<lastUpdated value="2024-04-12T13:41:07.106+00:00"/>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"/>
</meta>
<identifier>
<system value="https://fhir.rkh.nhs.uk/Id/local-patient-identifier"/>
<value value="A1234521"/>
</identifier>
<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="9658218873"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="MEAKIN"/>
<given value="Mike"/>
<prefix value="MR"/>
</name>
<gender value="male"/>
<birthDate value="1927-06-19"/>
<address>
<use value="home"/>
<type value="physical"/>
</address>
<maritalStatus>
<coding>
<system value="http://hl7.org/fhir/v3/MaritalStatus"/>
<code value="S"/>
<display value="Never Married"/>
</coding>
</maritalStatus>
<generalPractitioner>
<reference value="Practitioner/203529"/>
<display value="Miss Nichole Gilbert"/>
</generalPractitioner>
<managingOrganization>
<reference value="Organization/200268"/>
<display value="HSCIC test Practice"/>
</managingOrganization>
</Patient>
</resource>
</entry>
</Bundle>
Wrote 2.8 KB (28.9 KB total including HTML) in estimated 0ms