Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KevinMayfield/e896990286f3e730f85026082a0e79c0 to your computer and use it in GitHub Desktop.
Save KevinMayfield/e896990286f3e730f85026082a0e79c0 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]/MedicationStatement/24964"/>
<resource>
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="6b980ed2-2dc6-48e4-886d-745862fc9529"/>
<meta>
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-MedicationStatement-1"/>
</meta>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-MedicationStatementLastIssueDate-1">
<valueDateTime value="2001-08-20T00:00:00+01:00"/>
</extension>
<patient>
<reference value="Patient/6a7d31db-0bb8-4afa-bf4c-c32d5d4b8487"/>
<display value="Karen Sansom"/>
</patient>
<informationSource>
<reference value="Practitioner/651dfe43-26d6-49b3-b493-8955415912c7"/>
<display value="Dr Kevin Swamp"/>
</informationSource>
<dateAsserted value="2017-05-29T00:00:00+01:00"/>
<status value="completed"/>
<effectivePeriod>
<start value="1995-09-02T00:00:00+01:00"/>
<end value="2001-08-20T00:00:00+01:00"/>
</effectivePeriod>
<medicationCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="321153009"/>
<display value="Temazepam Tablets 20 mg"/>
</coding>
</medicationCodeableConcept>
<dosage>
<text value="1on"/>
<quantityQuantity>
<value value="60"/>
<unit value="tablets"/>
<system value="http://snomed.info/sct"/>
<code value="428673006"/>
</quantityQuantity>
</dosage>
</MedicationStatement>
</resource>
</entry>
</Bundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment