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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeDiagnosticReport
IdDiagnosticReport-example-holter-diagnosticreport.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

Generated Narrative: DiagnosticReport example-holter-diagnosticreport

Language: en

Profile: Holter Diagnostic Report

Holter monitor study (Electrocardiac (e.g., EKG, EEC, Holter))

SubjectUnable to get Patient Details
When For2025-07-15 08:00:00+0200 --> 2025-07-15 12:00:00+0200
Reported2025-07-15 12:00:00+0200

Report Details

CodeValueFlagsWhen For
ECG: atrial fibrillationFinal2025-07-14 13:24:00+0200 --> 2025-07-14 13:26:00+0200
ECG: supraventricular arrhythmiaFinal2025-07-14 14:42:00+0200 --> 2025-07-14 14:45:00+0200

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example-holter-diagnosticreport",
  "meta": {
    "profile": [
      "http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-diagnostic-report"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "EC",
          "display": "Electrocardiac (e.g., EKG,  EEC, Holter)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "18754-2",
        "display": "Holter monitor study"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
      "value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
    }
  },
  "effectivePeriod": {
    "start": "2025-07-15T08:00:00+02:00",
    "end": "2025-07-15T12:00:00+02:00"
  },
  "issued": "2025-07-15T12:00:00+02:00",
  "result": [
    {
      "reference": "Observation/example-holter-afib"
    },
    {
      "reference": "Observation/example-holter-sv"
    }
  ]
}