Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Created August 3, 2017 15:05
Show Gist options
  • Save KevinMayfield/7cda2922f9aa182c4df6564cdc8ab575 to your computer and use it in GitHub Desktop.
Save KevinMayfield/7cda2922f9aa182c4df6564cdc8ab575 to your computer and use it in GitHub Desktop.
<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