Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: ECG Symptoms Status Codes - XML Representation

Active as of 2024-12-19

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ecg-symptoms-status-codes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/ecg-symptoms-status-codes</code> は次のコードたちを定義します:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Japanese (ja)</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><td>症状入力なし</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><td>症状入力あり</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><td>未設定</td></tr></table></div>
  </text>
  <url value="http://fhir/pghd/CodeSystem/ecg-symptoms-status-codes"/>
  <version value="0.5.0"/>
  <name value="EcgSymptomsStatus"/>
  <title value="ECG Symptoms Status Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-12-19T16:51:22+09:00"/>
  <description
               value="Code indicating whether or not the user's symptoms are input during ECG waveform acquisition  
心電図波形取得時のユーザの症状入力の有無を表すコード"/>
  <copyright value="Copyright 2024+"/>
  <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."/>
    <designation>
      <language value="ja"/>
      <value value="症状入力なし"/>
    </designation>
  </concept>
  <concept>
    <code value="present"/>
    <display value="Present"/>
    <definition value="The user added a symptom when they recorded the ECG."/>
    <designation>
      <language value="ja"/>
      <value value="症状入力あり"/>
    </designation>
  </concept>
  <concept>
    <code value="notSet"/>
    <display value="Not set"/>
    <definition
                value="A sample that doesn’t have an assigned classification."/>
    <designation>
      <language value="ja"/>
      <value value="未設定"/>
    </designation>
  </concept>
</CodeSystem>