Created
August 3, 2017 15:21
-
-
Save KevinMayfield/4e8d70f2638fe79f6de4602e3e0b400b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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