Last active
June 22, 2017 10:37
-
-
Save KevinMayfield/03827faae7031ca963dcc2b15fce450b 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="77a4ee23-696f-4d7e-b8d9-9cdd8dc69a4d"/> | |
<meta> | |
<lastUpdated value="2017-06-02T08:25:54.191+01:00"/> | |
</meta> | |
<type value="searchset"/> | |
<total value="1"/> | |
<link> | |
<relation value="self"/> | |
<url value="[baseUrl]/AllergyIntolerance?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/> | |
</link> | |
<entry> | |
<fullUrl value="[baseUrl]/AllergyIntolerance/24953"/> | |
<resource> | |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> | |
<id value="24953"/> | |
<meta> | |
<lastUpdated value="2017-06-02T08:25:01.686+01:00"/> | |
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-AllergyIntolerance-1"/> | |
</meta> | |
<recordedDate value="2014-10-09T14:58:00+11:00"/> | |
<recorder> | |
<reference value="Practitioner/24967"/> | |
</recorder> | |
<patient> | |
<reference value="Patient/24966"/> | |
</patient> | |
<substance> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="226017009"/> | |
<display value="Bombay mix"/> | |
</coding> | |
</substance> | |
<status value="confirmed"/> | |
<criticality value="CRITH"/> | |
<type value="allergy"/> | |
<category value="food"/> | |
<lastOccurence value="2012-06"/> | |
<reaction> | |
<manifestation> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="39579001"/> | |
<display value="Anaphylactic reaction"/> | |
</coding> | |
</manifestation> | |
<onset value="2012-06-12"/> | |
</reaction> | |
</AllergyIntolerance> | |
</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