Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active September 21, 2017 09:28
Show Gist options
  • Save KevinMayfield/db3d55a9087f924fc712a89c872d33f1 to your computer and use it in GitHub Desktop.
Save KevinMayfield/db3d55a9087f924fc712a89c872d33f1 to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<id value="19d78778-5e6e-4866-9bd3-6376f863f307"/>
<meta>
<lastUpdated value="2017-06-02T09:29:08.195+01:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="[baseUrl]/Organization?identifier=C81010"/>
</link>
<entry>
<fullUrl value="[baseUrl]/Organization/24965"/>
<resource>
<Organization xmlns="http://hl7.org/fhir">
<id value="24965"/>
<meta>
<lastUpdated value="2017-06-02T09:27:43.366+01:00"/>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Organization-1"/>
</meta>
<identifier>
<system value="https://fhir.nhs.uk/Id/ods-organization-code"/>
<value value="C81010"/>
</identifier>
<type>
<coding>
<system value="http://hl7.org/fhir/organization-type"/>
<code value="prov"/>
<display value="Healthcare Provider"/>
</coding>
</type>
<name value="The Moir Medical Centre"/>
<telecom>
<system value="phone"/>
<value value="0115 9737320"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<type value="both"/>
<line value="Regent Street"/>
<line value="Long Eaton"/>
<city value="Nottingham"/>
<postalCode value="NG10 1QQ"/>
</address>
</Organization>
</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