Last active
June 22, 2017 10:37
-
-
Save KevinMayfield/4ecacc1d28bc22efbf630119207c70c0 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="e5b8f35c-943a-4773-9f77-c867affb602d"/> | |
<meta> | |
<lastUpdated value="2017-06-02T08:30:07.168+01:00"/> | |
</meta> | |
<type value="searchset"/> | |
<total value="1"/> | |
<link> | |
<relation value="self"/> | |
<url value="[baseUrl]/Condition?patient.identifier=https%3A%2F%2Ffhir.nhs.uk%2FId%2Fnhs-number%7C9876543210"/> | |
</link> | |
<entry> | |
<fullUrl value="[baseUrl]/Condition/24954"/> | |
<resource> | |
<Condition xmlns="http://hl7.org/fhir"> | |
<id value="24954"/> | |
<meta> | |
<lastUpdated value="2017-06-02T08:28:08.713+01:00"/> | |
<profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-Condition-1"/> | |
</meta> | |
<patient> | |
<reference value="Patient/24966"/> | |
</patient> | |
<asserter> | |
<reference value="Practitioner/C5206458"/> | |
</asserter> | |
<dateRecorded value="2017-01-04"/> | |
<code> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="44054006"/> | |
<display value="Type 2 diabetes mellitus"/> | |
</coding> | |
</code> | |
<category> | |
<coding> | |
<system value="https://hl7.org.uk/fhir/CareConnect-ConditionCategory-1"/> | |
<code value="complaint"/> | |
<display value="Complaint"/> | |
</coding> | |
</category> | |
<clinicalStatus value="active"/> | |
<verificationStatus value="confirmed"/> | |
<onsetDateTime value="2003-01-06T17:11:19-05:00"/> | |
</Condition> | |
</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