Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active June 22, 2017 10:41
Show Gist options
  • Save KevinMayfield/699d645252f12fb1e48ad5b61d9f6daa to your computer and use it in GitHub Desktop.
Save KevinMayfield/699d645252f12fb1e48ad5b61d9f6daa to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<id value="2ec19aad-e619-42c7-a32e-3f0d39c5e7ac"/>
<meta>
<lastUpdated value="2017-06-02T09:22:07.888+01:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="[baseUrl]/Observation?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/>
</link>
<entry>
<fullUrl value="[baseUrl]/Observation/24964"/>
<resource>
<Observation xmlns="http://hl7.org/fhir">
<id value="24964"/>
<meta>
<lastUpdated value="2017-06-02T09:20:13.289+01:00"/>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Observation-1"/>
</meta>
<status value="final"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="162864005"/>
<display value="Body mass index 30+ - obesity"/>
</coding>
</code>
<subject>
<reference value="Patient/24966"/>
</subject>
<effectiveDateTime value="2012-09-17"/>
<performer>
<reference value="Practitioner/24967"/>
</performer>
</Observation>
</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