FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeDocumentReference
IdUKCore-DocumentReference-CarePlanReportPDF-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustratea document reference for a care plan report PDF

Source1

{
  "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"
      }
    }
  ]
}