Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 1 |
@prefix fhir: <http://hl7.org/fhir/> .
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ecg-classification-codes"] ; #
fhir:language [ fhir:v "en"] ; #
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: CodeSystem ecg-classification-codes</b></p><a name=\"ecg-classification-codes\"> </a><a name=\"hcecg-classification-codes\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">sinusRhythm<a name=\"ecg-classification-codes-sinusRhythm\"> </a></td><td>Sinus rhythm</td><td>The sample exhibits no signs of atrial fibrillation.</td></tr><tr><td style=\"white-space:nowrap\">atrialFibrillation<a name=\"ecg-classification-codes-atrialFibrillation\"> </a></td><td>Atrial fibrillation</td><td>The sample exhibits signs of atrial fibrillation.</td></tr><tr><td style=\"white-space:nowrap\">inconclusiveHighHeartRate<a name=\"ecg-classification-codes-inconclusiveHighHeartRate\"> </a></td><td>Inconclusive high heart rate</td><td>An unclassifiable sample caused by a rapid heart rate.</td></tr><tr><td style=\"white-space:nowrap\">inconclusiveLowHeartRate<a name=\"ecg-classification-codes-inconclusiveLowHeartRate\"> </a></td><td>Inconclusive low heartrate</td><td>An unclassifiable sample caused by a heart rate below 50 bpm.</td></tr><tr><td style=\"white-space:nowrap\">inconclusivePoorReading<a name=\"ecg-classification-codes-inconclusivePoorReading\"> </a></td><td>Inconclusive poor reading</td><td>An unclassifiable sample caused by an unclear signal.</td></tr><tr><td style=\"white-space:nowrap\">inconclusiveOther<a name=\"ecg-classification-codes-inconclusiveOther\"> </a></td><td>Inconclusive other</td><td>An unclassifiable sample caused by an unknown issue.</td></tr><tr><td style=\"white-space:nowrap\">unrecognized<a name=\"ecg-classification-codes-unrecognized\"> </a></td><td>Unrecognized</td><td>A sample classification that this version of HealthKit doesn’t recognize.</td></tr><tr><td style=\"white-space:nowrap\">notSet<a name=\"ecg-classification-codes-notSet\"> </a></td><td>Not set</td><td>A sample that doesn’t have an assigned classification.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "pe" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr> ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes>
] ; #
fhir:version [ fhir:v "1.0.0-ballot2"] ; #
fhir:name [ fhir:v "EcgClassification"] ; #
fhir:title [ fhir:v "ECG Classification Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-12-27T21:39:37+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Empowerment"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Empowerment" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientempowerment" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes for classification of ECG waveforms"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:compositional [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "sinusRhythm" ] ;
fhir:display [ fhir:v "Sinus rhythm" ] ;
fhir:definition [ fhir:v "The sample exhibits no signs of atrial fibrillation." ]
] [
fhir:code [ fhir:v "atrialFibrillation" ] ;
fhir:display [ fhir:v "Atrial fibrillation" ] ;
fhir:definition [ fhir:v "The sample exhibits signs of atrial fibrillation." ]
] [
fhir:code [ fhir:v "inconclusiveHighHeartRate" ] ;
fhir:display [ fhir:v "Inconclusive high heart rate" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by a rapid heart rate." ]
] [
fhir:code [ fhir:v "inconclusiveLowHeartRate" ] ;
fhir:display [ fhir:v "Inconclusive low heartrate" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by a heart rate below 50 bpm." ]
] [
fhir:code [ fhir:v "inconclusivePoorReading" ] ;
fhir:display [ fhir:v "Inconclusive poor reading" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by an unclear signal." ]
] [
fhir:code [ fhir:v "inconclusiveOther" ] ;
fhir:display [ fhir:v "Inconclusive other" ] ;
fhir:definition [ fhir:v "An unclassifiable sample caused by an unknown issue." ]
] [
fhir:code [ fhir:v "unrecognized" ] ;
fhir:display [ fhir:v "Unrecognized" ] ;
fhir:definition [ fhir:v "A sample classification that this version of HealthKit doesn’t recognize." ]
] [
fhir:code [ fhir:v "notSet" ] ;
fhir:display [ fhir:v "Not set" ] ;
fhir:definition [ fhir:v "A sample that doesn’t have an assigned classification." ]
] ) . #
IG © 2022+ HL7 International / Patient Empowerment.
Package hl7.fhir.uv.phr#1.0.0-ballot2 based on FHIR 4.0.1.
Generated
2025-12-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
