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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeDiagnosticReport
IdUKCore-DiagnosticReport-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 diagnostic report in PDF, for an ECG

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "UKCore-DiagnosticReport-ECG-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "727071dc-eb01-4224-8ee8-cc0a02978792"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/UKCore-ServiceRequest-ECG-Example",
      "display": "12 Lead ECG"
    }
  ],
  "status": "unknown",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "EC",
          "display": "Electrocardiac (e.g., EKG, EEC, Holter)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1129261000000102",
        "display": "Cardiac electrophysiology report"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "issued": "2024-02-23T10:11:11+00:00",
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
      "display": "LEEDS TEACHING HOSPITALS NHS TRUST"
    }
  ],
  "presentedForm": [
    {
      "contentType": "application/pdf",
      "language": "en",
      "data": "VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl"
    }
  ]
}