Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active August 3, 2017 14:36
Show Gist options
  • Save KevinMayfield/f9e19566b9e4ad6e577f973d75b35c3c to your computer and use it in GitHub Desktop.
Save KevinMayfield/f9e19566b9e4ad6e577f973d75b35c3c to your computer and use it in GitHub Desktop.
<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