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 - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ecg-symptoms-status-codes",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://fhir/pghd/CodeSystem/ecg-symptoms-status-codes",
  "version" : "0.5.0",
  "name" : "EcgSymptomsStatus",
  "title" : "ECG Symptoms Status Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "description" : "Code indicating whether or not the user's symptoms are input during ECG waveform acquisition  \n心電図波形取得時のユーザの症状入力の有無を表すコード",
  "copyright" : "Copyright 2024+",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "none",
      "display" : "None",
      "definition" : "The user didn’t enter a symptom when they recorded the ECG.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "症状入力なし"
        }
      ]
    },
    {
      "code" : "present",
      "display" : "Present",
      "definition" : "The user added a symptom when they recorded the ECG.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "症状入力あり"
        }
      ]
    },
    {
      "code" : "notSet",
      "display" : "Not set",
      "definition" : "A sample that doesn’t have an assigned classification.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "未設定"
        }
      ]
    }
  ]
}