Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active March 8, 2018 14:00
Show Gist options
  • Save KevinMayfield/df1eafd6f4b730ba027566219c7fdc83 to your computer and use it in GitHub Desktop.
Save KevinMayfield/df1eafd6f4b730ba027566219c7fdc83 to your computer and use it in GitHub Desktop.
Patient Search Results
<Bundle xmlns="http://hl7.org/fhir">
<id value="818662fd-363a-480b-9c1c-37fe618b834a"/>
<meta>
<lastUpdated value="2018-03-08T13:54:29.849+00:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="http://yellow.testlab.nhs.uk/careconnect-ri/STU3/Patient?_format=xml&amp;_id=1&amp;_pretty=true"/>
</link>
<entry>
<fullUrl value="http://yellow.testlab.nhs.uk/careconnect-ri/STU3/Patient/1"/>
<resource>
<Patient xmlns="http://hl7.org/fhir">
<id value="1"/>
<meta>
<lastUpdated value="2018-02-20T10:19:03.928+00:00"/>
<profile value="https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"/>
</meta>
<extension url="https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-EthnicCategory-1">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-EthnicCategory-1"/>
<code value="A"/>
<display value="British, Mixed British"/>
</coding>
</valueCodeableConcept>
</extension>
<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="9876543210"/>
</identifier>
<identifier>
<system value="https://fhir.leedsth.nhs.uk/Id/pas-number"/>
<value value="ABC8650149"/>
</identifier>
<identifier>
<system value="https://fhir.leedsth.nhs.uk/Id/PPMIdentifier"/>
<value value="1"/>
</identifier>
<active value="true"/>
<name>
<use value="usual"/>
<family value="Kanfeld"/>
<given value="Bernie"/>
<prefix value="Miss"/>
</name>
<telecom>
<system value="phone"/>
<value value="0115 9737320"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="bernie.kanfeld@nhsdigital.nhs.uk"/>
<use value="home"/>
</telecom>
<gender value="female"/>
<birthDate value="1998-03-13"/>
<address>
<use value="work"/>
<type value="both"/>
<line value="Field Jardin"/>
<line value="Long Eaton"/>
<city value="Nottingham"/>
<district value="Derbyshire"/>
<postalCode value="NG10 1ZZ"/>
</address>
<maritalStatus>
<coding>
<system value="http://hl7.org/fhir/v3/MaritalStatus"/>
<code value="S"/>
<display value="Never Married"/>
</coding>
</maritalStatus>
<generalPractitioner>
<reference value="Practitioner/1"/>
<display value="Dr AA Bhatia"/>
</generalPractitioner>
<managingOrganization>
<reference value="Organization/1"/>
<display value="The Moir Medical Centre"/>
</managingOrganization>
</Patient>
</resource>
</entry>
</Bundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment