Last active
August 4, 2017 08:33
-
-
Save KevinMayfield/742a6c3536c240a3a75c4dd57517d2c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Bundle xmlns="http://hl7.org/fhir"> | |
<id value="4b552491-8e39-43da-8967-a2210536cd81"/> | |
<meta> | |
<lastUpdated value="2017-06-02T09:35:18.459+01:00"/> | |
</meta> | |
<type value="searchset"/> | |
<total value="1"/> | |
<link> | |
<relation value="self"/> | |
<url value="[baseUrl]/Practitioner?identifier=G8133438"/> | |
</link> | |
<entry> | |
<fullUrl value="[baseUrl]/Practitioner/24967"/> | |
<resource> | |
<Practitioner xmlns="http://hl7.org/fhir"> | |
<id value="24967"/> | |
<meta> | |
<lastUpdated value="2017-06-02T09:33:47.072+01:00"/> | |
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Practitioner-1"/> | |
</meta> | |
<identifier> | |
<system value="https://fhir.nhs.uk/Id/sds-user-id"/> | |
<value value="G8133438"/> | |
</identifier> | |
<name> | |
<family value="Bhatia"/> | |
<given value="AA"/> | |
<prefix value="Dr."/> | |
</name> | |
<telecom> | |
<system value="phone"/> | |
<value value="0115 9737320"/> | |
<use value="work"/> | |
</telecom> | |
<address> | |
<use value="work"/> | |
<line value="Regent Street"/> | |
<line value="Long Eaton"/> | |
<city value="Nottingham"/> | |
<postalCode value="NG10 1QQ"/> | |
<country value="GBR"/> | |
</address> | |
<gender value="male"/> | |
<practitionerRole> | |
<managingOrganization> | |
<reference value="Organization/24965"/> | |
<display value="The Moir Medcial Centre"/> | |
</managingOrganization> | |
<role> | |
<coding> | |
<system value="https://fhir.hl7.org.uk/CareConnect-SDSJobRoleName-1"/> | |
<code value="R0260"/> | |
<display value="General Medical Practitioner"/> | |
</coding> | |
</role> | |
</practitionerRole> | |
</Practitioner> | |
</resource> | |
<search> | |
<mode value="match"/> | |
</search> | |
</entry> | |
</Bundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment