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-ECG-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 illustrate a DocumentReference to an ECG report

Source1

{
  "resourceType": "DocumentReference",
  "id": "UKCore-DocumentReference-ECG-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "docStatus": "preliminary",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "29303009",
        "display": "Electrocardiographic procedure"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "date": "2025-01-24T14:30:00+00:00",
  "author": [
    {
      "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
    }
  ],
  "content": [
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "DocumentReference/UKCore-DocumentReference-ECG-Example.pdf",
        "title": "Electrocardiogram (ECG) Report",
        "creation": "2025-01-24T14:00:00Z"
      }
    }
  ],
  "context": {
    "encounter": [
      {
        "reference": "Encounter/example"
      }
    ],
    "event": [
      {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "1129261000000102",
            "display": "Cardiac electrophysiology report"
          }
        ]
      }
    ],
    "period": {
      "start": "2025-01-24T13:00:00Z",
      "end": "2025-01-24T14:00:00Z"
    }
  }
}