Last active
May 29, 2018 14:39
-
-
Save swk003/ddd53998c6021c357cdccd3bce839a7a to your computer and use it in GitHub Desktop.
NRLS-ProviderCreate-DocumentReference-Example-1 (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> | |
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment