Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: BioSignalReport Example - Holter Monitoring - 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 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 "5111"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/DiagnosticReport-BioSignalReport-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/DiagnosticReport-BioSignalReport-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2><span title=\"Codes: {http://loinc.org 30954-2}\">Relevant diagnostic tests/laboratory data Narrative</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><b>Markus Smith </b> male, DoB: 2013-12-05 ( <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01)</td></tr><tr><td>When For</td><td>2022-03-01 --&gt; 2022-03-02</td></tr><tr><td>Identifier:</td><td> Provider number/1a1-2b2-3c3-4d4</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-9115.html\"><span title=\"Codes: {http://loinc.org 18754-2}\">Holter monitor study</span></a></td><td/></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/ProvenanceExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Provenance/5" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ]       ] )     ] ;
fhir:value [ fhir:v "1a1-2b2-3c3-4d4" ]
  ] ) ; # 
  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:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Relevant diagnostic tests/laboratory data Narrative" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2022-03-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-03-02"^^xsd:date ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/34432" ]
  ] ) ; # 
  fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "Organization/34432" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/9115" ]
  ] ) ; # 
  fhir:media ( [
fhir:link [
fhir:reference [ fhir:v "Media/5112" ]     ]
  ] ) . #