Patient Monitoring Outcome FHIR Implementation Guide
0.1.0 - STU1 Belgium flag

Patient Monitoring Outcome FHIR Implementation Guide, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions

: Holter DiagnosticReport Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-holter-diagnosticreport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-diagnostic-report>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport example-holter-diagnosticreport</b></p><a name=\"example-holter-diagnosticreport\"> </a><a name=\"hcexample-holter-diagnosticreport\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-holter-diagnostic-report.html\">Holter Diagnostic Report</a></p></div><h2><span title=\"Codes:{http://loinc.org 18754-2}\">Holter monitor study</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 EC}\">Electrocardiac (e.g., EKG,  EEC, Holter)</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2025-07-15 08:00:00+0200 --&gt; 2025-07-15 12:00:00+0200</td></tr><tr><td>Reported</td><td>2025-07-15 12:00:00+0200</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-example-holter-afib.html\"><span title=\"Codes:{http://snomed.info/sct 164889003}\">ECG: atrial fibrillation</span></a></td><td/><td>Final</td><td>2025-07-14 13:24:00+0200 --&gt; 2025-07-14 13:26:00+0200</td></tr><tr><td><a href=\"Observation-example-holter-sv.html\"><span title=\"Codes:{http://snomed.info/sct 164887001}\">ECG: supraventricular arrhythmia</span></a></td><td/><td>Final</td><td>2025-07-14 14:42:00+0200 --&gt; 2025-07-14 14:45:00+0200</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EC" ] ;
fhir:display [ fhir:v "Electrocardiac (e.g., EKG,  EEC, Holter)" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:18754-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18754-2" ] ;
fhir:display [ fhir:v "Holter monitor study" ]     ] )
  ] ; # 
  fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://www.telemonitoring-prescription.com/FHIR/patient"^^xsd:anyURI ] ;
fhir:value [ fhir:v "D358D4B4-6007-4C3E-A33B-056773F45DC9" ]     ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2025-07-15T08:00:00+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-07-15T12:00:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:issued [ fhir:v "2025-07-15T12:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/example-holter-afib" ]
  ] [
fhir:reference [ fhir:v "Observation/example-holter-sv" ]
  ] ) . #