Last active
May 29, 2018 14:42
-
-
Save swk003/d7d42428b4d4516f1d64ccee2813ff84 to your computer and use it in GitHub Desktop.
NRLS-DocumentReference-Example (JSON)
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
{ | |
"resourceType": "DocumentReference", | |
"id": "c037a0cb-0c77-4976-83a1-a5d2703e6aa3", | |
"meta": { | |
"profile": [ | |
"https://fhir.nhs.uk/STU3/StructureDefinition/NRLS-DocumentReference-1" | |
] | |
}, | |
"status": "current", | |
"type": { | |
"coding": [ | |
{ | |
"system": "http://snomed.info/sct", | |
"code": "736253002", | |
"display": "Mental health crisis plan (record artifact)" | |
} | |
] | |
}, | |
"subject": { | |
"reference": "https://demographics.spineservices.nhs.uk/STU3/Patient/9876543210" | |
}, | |
"created": "2016-03-08T15:26:00+01:00", | |
"indexed": "2016-03-08T15:26:01+01:00", | |
"author": [ | |
{ | |
"reference": "https://directory.spineservices.nhs.uk/STU3/Organization/RGD" | |
} | |
], | |
"custodian": { | |
"reference": "https://directory.spineservices.nhs.uk/STU3/Organization/RR8" | |
}, | |
"content": [ | |
{ | |
"attachment": { | |
"contentType": "application/pdf", | |
"url": "https://spine-proxy.national.ncrs.nhs.uk/p1.nhs.uk/MentalhealthCrisisPlanReport.pdf", | |
"title": "Mental health Crisis Plan Report", | |
"creation": "2016-03-08T15:26:00+01:00" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment