@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.tiro.health/Observation/example-holter-supraventricular-ectopy> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-holter-supraventricular-ectopy"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.tiro.health/StructureDefinition/CardiacMeasurement"^^xsd:anyURI ;
       fhir:l <http://fhir.tiro.health/StructureDefinition/CardiacMeasurement>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-holter-supraventricular-ectopy</b></p><a name=\"example-holter-supraventricular-ectopy\"> </a><a name=\"hcexample-holter-supraventricular-ectopy\"> </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-CardiacMeasurement.html\">Cardiac Measurement</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}\">Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 63593006}\">Supraventricular ectopy panel (PAC count + SVT run count)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleHolterPatient.html\">Anonymous Patient (no stated gender), DoB Unknown ( http://example.org/fhir/patient#example-patient-1)</a></p><p><b>effective</b>: 2026-05-10 08:00:00+0200 --&gt; 2026-05-11 08:00:00+0200</p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 86184003}\">Electrocardiographic ambulatory monitoring</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8615-7}\">Premature atrial contractions</span></p><p><b>value</b>: 94 {beats}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.tiro.health/CodeSystem/tiro-cardiac-metric svt-run-count}\">Supraventricular tachycardia run count</span></p><p><b>value</b>: 4 {events}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "procedure" ] ;
       fhir:display [ fhir:v "Procedure" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a sct:63593006 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "63593006" ] ;
       fhir:display [ fhir:v "Supraventricular premature beats" ]
     ] ) ;
     fhir:text [ fhir:v "Supraventricular ectopy panel (PAC count + SVT run count)" ]
  ] ; # 
  fhir:subject [
     fhir:l <http://fhir.tiro.health/Patient/ExampleHolterPatient> ;
     fhir:reference [ fhir:v "Patient/ExampleHolterPatient" ]
  ] ; # 
  fhir:effective [
     a fhir:Period ;
     fhir:start [ fhir:v "2026-05-10T08:00:00+02:00"^^xsd:dateTime ] ;
     fhir:end [ fhir:v "2026-05-11T08:00:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:method [
     fhir:coding ( [
       a sct:86184003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "86184003" ] ;
       fhir:display [ fhir:v "Electrocardiographic ambulatory monitoring" ]
     ] )
  ] ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a loinc:8615-7 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "8615-7" ] ;
         fhir:display [ fhir:v "Premature atrial contractions" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "94"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "{beats}" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "1" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.tiro.health/CodeSystem/tiro-cardiac-metric"^^xsd:anyURI ;
           fhir:l <http://fhir.tiro.health/CodeSystem/tiro-cardiac-metric>
         ] ;
         fhir:code [ fhir:v "svt-run-count" ] ;
         fhir:display [ fhir:v "Supraventricular tachycardia run count" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "4"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "{events}" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "1" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

