Created
August 3, 2017 15:05
-
-
Save KevinMayfield/7cda2922f9aa182c4df6564cdc8ab575 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"> | |
<id value="56443"/> | |
<meta> | |
<versionId value="5"/> | |
</meta> | |
<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/Organization/39563"/> | |
</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