Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Created June 19, 2017 09:39
Show Gist options
  • Save KevinMayfield/715d6af0bef6c5b0365ded1f06b68b57 to your computer and use it in GitHub Desktop.
Save KevinMayfield/715d6af0bef6c5b0365ded1f06b68b57 to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<id value="1b7d5b72-727f-4211-bc84-ecaf1ccdb459"/>
<meta>
<lastUpdated value="2017-06-02T09:09:12.219+01:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="[baseUrl]/Location?identifier=RTG08"/>
</link>
<entry>
<fullUrl value="[baseUrl]/Location/24959"/>
<resource>
<Location xmlns="http://hl7.org/fhir">
<id value="24959"/>
<meta>
<lastUpdated value="2017-06-02T09:09:10.339+01:00"/>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Location-1"/>
</meta>
<identifier>
<use value="official"/>
<system value="https://fhir.nhs.uk/Id/ods-site-code"/>
<value value="RTG08"/>
</identifier>
<name value="Long Eaton Clinic"/>
<type>
<coding>
<system value="http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType"/>
<code value="CSC"/>
<display value="Community Service Centre"/>
</coding>
</type>
<telecom>
<system value="phone"/>
<value value="0115 855 4034"/>
<use value="work"/>
</telecom>
<telecom>
<system value="fax"/>
<value value="0532 123 4567"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<line value="Midland Street"/>
<line value="Long Eaton"/>
<city value="Nottingham"/>
<postalCode value="NG10 1RY"/>
<country value="GBR"/>
</address>
<physicalType>
<coding>
<system value="http://snomed.info/sct"/>
<code value="310390009"/>
<display value="Hospital clinic"/>
</coding>
</physicalType>
<managingOrganization>
<reference value="https://sds.proxy.nhs.uk/Organization/Organization/RTG"/>
<display value="Derby Teaching Hospitals NHS Foundation Trust"/>
</managingOrganization>
</Location>
</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