Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Created August 3, 2017 15:21
Show Gist options
  • Save KevinMayfield/4e8d70f2638fe79f6de4602e3e0b400b to your computer and use it in GitHub Desktop.
Save KevinMayfield/4e8d70f2638fe79f6de4602e3e0b400b to your computer and use it in GitHub Desktop.
<OrderResponse xmlns="http://hl7.org/fhir">
<identifier>
<system value="https://fhir.uhs.nhs.uk/MobileApp/OrderResponse"/>
<value value="A12345"/>
</identifier>
<request>
<reference value="http://fhirtest.uhn.ca/baseDstu2/Order/56443"/>
</request>
<date value="2017-08-03T16:04:40+01:00"/>
<who>
<reference value="http://fhirtest.uhn.ca/baseDstu2/Practitioner/39799"/>
</who>
<orderStatus value="completed"/>
</OrderResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment