Created
June 19, 2017 09:42
-
-
Save KevinMayfield/cee6d67c0cd3289b22d3e299c77b85f1 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="b2866816-e8f1-480b-a10c-1655ee68497f"/> | |
<meta> | |
<lastUpdated value="2017-06-02T08:55:05.472+01:00"/> | |
</meta> | |
<type value="searchset"/> | |
<total value="1"/> | |
<link> | |
<relation value="self"/> | |
<url value="[baseUrl]/Encounter?patient=https%3A%2F%2Fpds.proxy.nhs.uk%2FPatient%2F9876543210"/> | |
</link> | |
<entry> | |
<fullUrl value="[baseUrl]/Encounter/24957"/> | |
<resource> | |
<Encounter xmlns="http://hl7.org/fhir"> | |
<id value="24957"/> | |
<meta> | |
<lastUpdated value="2017-06-02T08:53:47.393+01:00"/> | |
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Encounter-1"/> | |
</meta> | |
<status value="finished"/> | |
<class value="outpatient"/> | |
<type> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="766841000000106"/> | |
<display value="Consultation with patient encounter type (record artifact)"/> | |
</coding> | |
</type> | |
<patient> | |
<reference value="Patient/24966"/> | |
</patient> | |
<participant> | |
<individual> | |
<reference value="Practitioner/5206458"/> | |
<display value="FF Nathani"/> | |
</individual> | |
</participant> | |
<period> | |
<start value="2017-05-24T11:34:00.453-00:00"/> | |
<end value="2017-05-24T11:49:00.453-00:00"/> | |
</period> | |
<reason> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="702706001"/> | |
<display value="Diabetes clinic"/> | |
</coding> | |
</reason> | |
<location> | |
<location> | |
<reference value="Location/RY8RK"/> | |
<display value="Long Eaton Health Clinic"/> | |
</location> | |
</location> | |
<serviceProvider> | |
<reference value="Organization/RY8"/> | |
<display value="Derbyshire Community Health Services NHS Foundation Trust"/> | |
</serviceProvider> | |
</Encounter> | |
</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