XML View
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="UKCore-DocumentReference-CarePlanReportPDF-Example" />
<status value="current" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="734163000" />
<display value="Care plan" />
</coding>
</type>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<date value="2016-03-08T15:26:00+01:00" />
<author>
<reference value="Practitioner/UKCore-Practitioner-SandraGose-Example" />
</author>
<custodian>
<reference value="Organization/UKCore-Organisation-LeedsTeachingHospital-Example" />
</custodian>
<content>
<attachment>
<contentType value="application/pdf" />
<url value="https://health.trust.uk/CarePlanReport_44301kfgd.pdf" />
<title value="Care Plan Report" />
<creation value="2016-03-08T15:26:00+01:00" />
</attachment>
</content>
</DocumentReference>
JSON View
{
"resourceType": "DocumentReference",
"id": "UKCore-DocumentReference-CarePlanReportPDF-Example",
"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"
}
}
]
}