Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Last active June 22, 2017 10:40
Show Gist options
  • Save KevinMayfield/794cc83ac2497bc65d26004cb250fb51 to your computer and use it in GitHub Desktop.
Save KevinMayfield/794cc83ac2497bc65d26004cb250fb51 to your computer and use it in GitHub Desktop.
<Bundle xmlns="http://hl7.org/fhir">
<id value="58ef1cb1-bbc4-482c-a469-8a0d338bb02b"/>
<meta>
<lastUpdated value="2017-06-02T09:15:15.163+01:00"/>
</meta>
<type value="searchset"/>
<total value="1"/>
<link>
<relation value="self"/>
<url value="[baseUrl]/MedicationOrder?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/>
</link>
<entry>
<fullUrl value="[baseUrl]/MedicationOrder/24961"/>
<resource>
<MedicationOrder xmlns="http://hl7.org/fhir">
<id value="24961"/>
<meta>
<lastUpdated value="2017-06-02T09:14:56.728+01:00"/>
<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/24966"/>
<display value="Bernie Kanfeld"/>
</patient>
<prescriber>
<reference value="Practitioner/24967"/>
<display value="Dr AA Bhatia"/>
</prescriber>
<note value="Please explain to Bernie how to use injector."/>
<medicationCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="10097211000001102"/>
<display value="Insulin glulisine 100units/ml solution for injection 3ml pre-filled disposable devices"/>
</coding>
</medicationCodeableConcept>
<dosageInstruction>
<text value="Three times a day"/>
<additionalInstructions>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1521000175104"/>
<display value="After dinner"/>
</coding>
</additionalInstructions>
<timing>
<code>
<coding>
<system value="http://hl7.org/fhir/v3/GTSAbbreviation"/>
<code value="TID"/>
</coding>
</code>
</timing>
</dosageInstruction>
<dispenseRequest>
<numberOfRepeatsAllowed value="5"/>
</dispenseRequest>
</MedicationOrder>
</resource>
<search>
<mode value="match"/>
</search>
</entry>
</Bundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment