Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active June 22, 2017 10:45
Show Gist options
  • Save KevinMayfield/767fb7ad59e68d5c94aaf6163993fc11 to your computer and use it in GitHub Desktop.
Save KevinMayfield/767fb7ad59e68d5c94aaf6163993fc11 to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<id value="194901ab-76e2-419f-a33f-ac0ce205410c"/>
<meta>
<lastUpdated value="2017-06-02T09:38:26.183+01:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="[baseUrl]/Procedure?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/>
</link>
<entry>
<fullUrl value="[baseUrl]/Procedure/24968"/>
<resource>
<Procedure xmlns="http://hl7.org/fhir">
<id value="24968"/>
<meta>
<lastUpdated value="2017-06-02T09:36:55.159+01:00"/>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Procedure-1"/>
</meta>
<subject>
<reference value="Patient/24966"/>
<display value="Bernie Kanfeld"/>
</subject>
<status value="completed"/>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="923461000000103"/>
<display value="Lifestyle education for diabetes"/>
</coding>
</code>
<performer>
<actor>
<reference value="Organization/RY8"/>
<display value="Derbyshire Community Health Services NHS Foundation Trust"/>
</actor>
</performer>
<performedPeriod>
<start value="2017-03-22T09:30:10+01:00"/>
<end value="2017-03-22T10:30:10+01:00"/>
</performedPeriod>
<followUp>
<text value="described in care plan"/>
</followUp>
</Procedure>
</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