Created
October 18, 2017 10:04
-
-
Save KevinMayfield/a5325e43f99cd323c3b16f3c87a67de8 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="6aa35a88-ad86-481d-ac3e-79eb8b1f82a3"/> | |
<meta> | |
<lastUpdated value="2017-10-18T10:02:31.902+00:00"/> | |
</meta> | |
<type value="searchset"/> | |
<total value="1"/> | |
<link> | |
<relation value="self"/> | |
<url value="http://purple.testlab.nhs.uk/careconnect-ri/STU3/PractitionerRole?_format=xml&_pretty=true&practitioner=1"/> | |
</link> | |
<entry> | |
<fullUrl value="http://purple.testlab.nhs.uk/careconnect-ri/STU3/PractitionerRole/31918"/> | |
<resource> | |
<PractitionerRole xmlns="http://hl7.org/fhir"> | |
<id value="31918"/> | |
<identifier> | |
<system value="https://fhir.nhs.uk/Id/sds-user-id"/> | |
<value value="G8133438"/> | |
</identifier> | |
<practitioner> | |
<reference value="Practitioner/1"/> | |
<display value="Dr AA Bhatia"/> | |
</practitioner> | |
<organization> | |
<reference value="Organization/1"/> | |
<display value="The Moir Medical Centre"/> | |
</organization> | |
<code> | |
<coding> | |
<system value="https://fhir.hl7.org.uk/STU3/CareConnect-SDSJobRoleName-1"/> | |
<code value="R0260"/> | |
<display value="General Medical Practitioner"/> | |
</coding> | |
</code> | |
<specialty> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="394814009"/> | |
<display value="General practice"/> | |
</coding> | |
</specialty> | |
</PractitionerRole> | |
</resource> | |
</entry> | |
</Bundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment