Last active
May 29, 2018 14:37
-
-
Save swk003/3ab926e15f1dc424a9890cbc1687f1d0 to your computer and use it in GitHub Desktop.
NRLS-ConsumerSearch-MultiPointerReturned-DocumentReference-Example-3 (XML)
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="dd9724d1-7b61-44e2-9023-b72e6b966018"/> | |
<type value="searchset"/> | |
<total value="2"/> | |
<entry> | |
<resource> | |
<DocumentReference> | |
<id value="0353e505-f7be-4c20-8f4e-337e79a32c51"/> | |
<meta> | |
<profile value="https://fhir.nhs.uk/STU3/StructureDefinition/NRLS-DocumentReference-1"/> | |
</meta> | |
<status value="current"/> | |
<type> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="736253002"/> | |
<display value="Mental health crisis plan (record artifact)"/> | |
</coding> | |
</type> | |
<subject> | |
<reference value="https://demographics.spineservices.nhs.uk/STU3/Patient/9876543210"/> | |
</subject> | |
<created value="2016-03-08T15:26:00+01:00"/> | |
<indexed value="2016-03-08T15:26:01+01:00"/> | |
<author> | |
<reference value="https://directory.spineservices.nhs.uk/STU3/Organization/RGD"/> | |
</author> | |
<custodian> | |
<reference value="https://directory.spineservices.nhs.uk/STU3/Organization/RR8"/> | |
</custodian> | |
<content> | |
<attachment> | |
<contentType value="application/pdf"/> | |
<url value="https://spine-proxy.national.ncrs.nhs.uk/p1.nhs.uk/MentalHealthCrisisPlanReportRGD.pdf"/> | |
<title value="Mental health Crisis Plan Report"/> | |
<creation value="2016-03-08T15:26:00+01:00"/> | |
</attachment> | |
</content> | |
</DocumentReference> | |
</resource> | |
</entry> | |
<entry> | |
<resource> | |
<DocumentReference> | |
<id value="0353e505-f7be-4c20-8f4e-337e79a32c52"/> | |
<meta> | |
<profile value="https://fhir.nhs.uk/STU3/StructureDefinition/NRLS-DocumentReference-1"/> | |
</meta> | |
<status value="current"/> | |
<type> | |
<coding> | |
<system value="http://snomed.info/sct"/> | |
<code value="736253002"/> | |
<display value="Mental health crisis plan (record artifact)"/> | |
</coding> | |
</type> | |
<subject> | |
<reference value="https://demographics.spineservices.nhs.uk/STU3/Patient/9876543210"/> | |
</subject> | |
<created value="2016-03-09T16:27:00+01:00"/> | |
<indexed value="2016-03-09T16:27:01+01:00"/> | |
<author> | |
<reference value="https://directory.spineservices.nhs.uk/STU3/Organization/RGE"/> | |
</author> | |
<custodian> | |
<reference value="https://directory.spineservices.nhs.uk/STU3/Organization/RR8"/> | |
</custodian> | |
<content> | |
<attachment> | |
<contentType value="application/pdf"/> | |
<url value="https://spine-proxy.national.ncrs.nhs.uk/p1.nhs.uk/MentalhealthCrisisCareCarePlanReportRGE.pdf"/> | |
<title value="Mental health Crisis Plan Report"/> | |
<creation value="2016-03-09T16:27:01+01:00"/> | |
</attachment> | |
</content> | |
</DocumentReference> | |
</resource> | |
</entry> | |
</Bundle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment