FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | DocumentReference |
| Id | UKCore-DocumentReference-CarePlanReportPDF-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "DocumentReference",
"id": "UKCore-DocumentReference-CarePlanReportPDF-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "734163000",
"display": "Care plan"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"date": "2016-03-08T15:26:00+01:00",
"author": [
{
"reference": "Practitioner/UKCore-Practitioner-SandraGose-Example"
}
],
"custodian": {
"reference": "Organization/UKCore-Organisation-LeedsTeachingHospital-Example"
},
"content": [
{
"attachment": {
"contentType": "application/pdf",
"url": "https://health.trust.uk/CarePlanReport_44301kfgd.pdf",
"title": "Care Plan Report",
"creation": "2016-03-08T15:26:00+01:00"
}
}
]
}