Last active
May 29, 2018 14:43
-
-
Save swk003/7dbd484c3e590e259a82abe684ebb4a5 to your computer and use it in GitHub Desktop.
NRLS-DocumentReference-Example (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
<DocumentReference xmlns="http://hl7.org/fhir"> | |
<id value="c037a0cb-0c77-4976-83a1-a5d2703e6aa3"/> | |
<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/MentalHealthCrisisPlanReport.pdf"/> | |
<title value="Mental health Crisis Plan Report"/> | |
<creation value="2016-03-08T15:26:00+01:00"/> | |
</attachment> | |
</content> | |
</DocumentReference> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment