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

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeCodeSystem
IdCodeSystem-ecg-classification-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/personal-health-record-format-ig/CodeSystem-ecg-classification-codes.html
URLhttp://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes
Version1.0.0-ballot2
Statusactive
Date2025-12-27T21:39:37+00:00
NameEcgClassification
TitleECG Classification Codes
Realmuv
Authorityhl7
DescriptionCodes for classification of ECG waveforms
Contentcomplete

Resources that use this resource

ValueSet
observation-ecg-classification-codesECG Classification Codes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ecg-classification-codes

This case-sensitive code system http://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes defines the following codes:

CodeDisplayDefinition
sinusRhythm Sinus rhythmThe sample exhibits no signs of atrial fibrillation.
atrialFibrillation Atrial fibrillationThe sample exhibits signs of atrial fibrillation.
inconclusiveHighHeartRate Inconclusive high heart rateAn unclassifiable sample caused by a rapid heart rate.
inconclusiveLowHeartRate Inconclusive low heartrateAn unclassifiable sample caused by a heart rate below 50 bpm.
inconclusivePoorReading Inconclusive poor readingAn unclassifiable sample caused by an unclear signal.
inconclusiveOther Inconclusive otherAn unclassifiable sample caused by an unknown issue.
unrecognized UnrecognizedA sample classification that this version of HealthKit doesn’t recognize.
notSet Not setA sample that doesn’t have an assigned classification.

Source1

{
  "resourceType": "CodeSystem",
  "id": "ecg-classification-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phr/CodeSystem/ecg-classification-codes",
  "version": "1.0.0-ballot2",
  "name": "EcgClassification",
  "title": "ECG Classification Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-12-27T21:39:37+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description": "Codes for classification of ECG waveforms",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "compositional": false,
  "content": "complete",
  "count": 8,
  "concept": [
    {
      "code": "sinusRhythm",
      "display": "Sinus rhythm",
      "definition": "The sample exhibits no signs of atrial fibrillation."
    },
    {
      "code": "atrialFibrillation",
      "display": "Atrial fibrillation",
      "definition": "The sample exhibits signs of atrial fibrillation."
    },
    {
      "code": "inconclusiveHighHeartRate",
      "display": "Inconclusive high heart rate",
      "definition": "An unclassifiable sample caused by a rapid heart rate."
    },
    {
      "code": "inconclusiveLowHeartRate",
      "display": "Inconclusive low heartrate",
      "definition": "An unclassifiable sample caused by a heart rate below 50 bpm."
    },
    {
      "code": "inconclusivePoorReading",
      "display": "Inconclusive poor reading",
      "definition": "An unclassifiable sample caused by an unclear signal."
    },
    {
      "code": "inconclusiveOther",
      "display": "Inconclusive other",
      "definition": "An unclassifiable sample caused by an unknown issue."
    },
    {
      "code": "unrecognized",
      "display": "Unrecognized",
      "definition": "A sample classification that this version of HealthKit doesn’t recognize."
    },
    {
      "code": "notSet",
      "display": "Not set",
      "definition": "A sample that doesn’t have an assigned classification."
    }
  ]
}