Last active
June 22, 2017 10:40
-
-
Save KevinMayfield/9ab94408ef84f46606dbdf236cb9e272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Bundle xmlns="http://hl7.org/fhir"> | |
<id value="6097e823-f4dd-4713-9e48-88a06c68e258"/> | |
<meta> | |
<lastUpdated value="2017-06-02T09:18:44.898+01:00"/> | |
</meta> | |
<type value="searchset"/> | |
<total value="1"/> | |
<link> | |
<relation value="self"/> | |
<url value="[baseUrl]/MedicationStatement?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/> | |
</link> | |
<entry> | |
<fullUrl value="[baseUrl]/MedicationStatement/24963"/> | |
<resource> | |
<MedicationStatement xmlns="http://hl7.org/fhir"> | |
<id value="24963"/> | |
<meta> | |
<lastUpdated value="2017-06-02T09:18:21.553+01:00"/> | |
<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="2017-03-27T00:00:00+01:00"/> | |
</extension> | |
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-CareConnect-MedicationRepeatInformation-1"> | |
<extension url="reviewDate"> | |
<valueDateTime value="2017-05-27T00:00:00+01:00"/> | |
</extension> | |
<extension url="numberOfRepeatsIssued"> | |
<valueInteger value="1"/> | |
</extension> | |
</extension> | |
<patient> | |
<reference value="Patient/24966"/> | |
<display value="Bernie Kanfeld"/> | |
</patient> | |
<informationSource> | |
<reference value="Practitioner/8040738"/> | |
<display value="Dr AD Jordan"/> | |
</informationSource> | |
<dateAsserted value="2017-05-29T00:00:00+01:00"/> | |
<status value="active"/> | |
<supportingInformation> | |
<reference value="MedicationOrder/1710523"/> | |
</supportingInformation> | |
<supportingInformation> | |
<reference value="MedicationOrder/1232131123"/> | |
</supportingInformation> | |
<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> | |
<dosage> | |
<text value="Three times a day"/> | |
<timing> | |
<code> | |
<coding> | |
<system value="http://hl7.org/fhir/v3/GTSAbbreviation"/> | |
<code value="TID"/> | |
</coding> | |
</code> | |
</timing> | |
</dosage> | |
</MedicationStatement> | |
</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