Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KevinMayfield/a84b28075b571f7537a256b7bcdf9979 to your computer and use it in GitHub Desktop.
Save KevinMayfield/a84b28075b571f7537a256b7bcdf9979 to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<type value="searchset"/>
<total value="1"/>
<entry>
<fullUrl value="[baseUrl]/MedicationOrder/24966"/>
<resource>
<MedicationOrder xmlns="http://hl7.org/fhir">
<id value="6bf79485-cee5-4a20-8e4a-4bf13aba33e6"/>
<meta>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-MedicationOrder-1"/>
</meta>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-MedicationSupplyType-1">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394823007"/>
<display value="NHS Prescription"/>
</coding>
</valueCodeableConcept>
</extension>
<dateWritten value="2017-05-25T00:00:00+01:00"/>
<status value="active"/>
<patient>
<reference value="Patient/6a7d31db-0bb8-4afa-bf4c-c32d5d4b8487"/>
<display value="Karen Sansom"/>
</patient>
<prescriber>
<reference value="Practitioner/651dfe43-26d6-49b3-b493-8955415912c7"/>
<display value="Dr Kevin Swamp"/>
</prescriber>
<medicationCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="321153009"/>
<display value="Temazepam Tablets 20 mg"/>
</coding>
</medicationCodeableConcept>
<dosageInstruction>
<text value="1on"/>
<doseQuantity>
<value value="60"/>
<unit value="tablets"/>
<system value="http://snomed.info/sct"/>
<code value="428673006"/>
</doseQuantity>
</dosageInstruction>
</MedicationOrder>
</resource>
</entry>
</Bundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment