Personal Health Records
1.0.0-ballot2 - STU 1 ballot International flag

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

: ECG Symptoms Status Codes

Page standards status: Trial-use Maturity Level: 1

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ecg-symptoms-status-codes"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ecg-symptoms-status-codes</b></p><a name="ecg-symptoms-status-codes"> </a><a name="hcecg-symptoms-status-codes"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/phr/CodeSystem/ecg-symptoms-status-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">none<a name="ecg-symptoms-status-codes-none"> </a></td><td>None</td><td>The user didn’t enter a symptom when they recorded the ECG.</td></tr><tr><td style="white-space:nowrap">present<a name="ecg-symptoms-status-codes-present"> </a></td><td>Present</td><td>The user added a symptom when they recorded the ECG.</td></tr><tr><td style="white-space:nowrap">notSet<a name="ecg-symptoms-status-codes-notSet"> </a></td><td>Not set</td><td>A sample that doesn’t have an assigned classification.</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pe"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/phr/CodeSystem/ecg-symptoms-status-codes"/>
  <version value="1.0.0-ballot2"/>
  <name value="EcgSymptomsStatus"/>
  <title value="ECG Symptoms Status Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-12-27T21:39:37+00:00"/>
  <publisher value="HL7 International / Patient Empowerment"/>
  <contact>
    <name value="HL7 International / Patient Empowerment"/>
    <telecom>
      <system value="url"/>
      <value
             value="http://www.hl7.org/Special/committees/patientempowerment"/>
    </telecom>
  </contact>
  <description
               value="Code indicating whether or not the user's symptoms are input during ECG waveform acquisition"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <compositional value="false"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="none"/>
    <display value="None"/>
    <definition
                value="The user didn’t enter a symptom when they recorded the ECG."/>
  </concept>
  <concept>
    <code value="present"/>
    <display value="Present"/>
    <definition value="The user added a symptom when they recorded the ECG."/>
  </concept>
  <concept>
    <code value="notSet"/>
    <display value="Not set"/>
    <definition
                value="A sample that doesn’t have an assigned classification."/>
  </concept>
</CodeSystem>