Last active
August 3, 2017 14:36
-
-
Save KevinMayfield/f9e19566b9e4ad6e577f973d75b35c3c 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
<Order xmlns="http://hl7.org/fhir"> | |
<identifier> | |
<system value="https://fhir.uhs.nhs.uk/OrderComms/Order"/> | |
<value value="ABCDE"/> | |
</identifier> | |
<subject> | |
<reference value="http://fhirtest.uhn.ca/baseDstu2/Patient/32898"/> | |
</subject> | |
<source> | |
<reference value="http://fhirtest.uhn.ca/baseDstu2/Practitioner/39799"/> | |
</source> | |
<target> | |
<reference value="http://fhirtest.uhn.ca/baseDstu2/Practitioner/32368"/> | |
</target> | |
<reasonCodeableConcept> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="324861000000109"/> | |
<display value="Review of patient laboratory test report"/> | |
</coding> | |
</reasonCodeableConcept> | |
<detail> | |
<reference value="http://fhirtest.uhn.ca/baseDstu2/DiagnosticReport/39912"/> | |
</detail> | |
</Order> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment