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

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

: ECG Classification Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ecg-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/ecg-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\">classification<a name=\"ecg-codes-classification\"> </a></td><td>Classification</td><td>Classifications returned by Apple Watch’s ECG algorithm.</td><td>判定</td></tr><tr><td style=\"white-space:nowrap\">symptomsStatus<a name=\"ecg-codes-symptomsStatus\"> </a></td><td>Symptoms status</td><td>A value that indicates whether the user entered a symptom when they recorded the ECG.</td><td>症状</td></tr></table></div>"
  },
  "url" : "http://fhir/pghd/CodeSystem/ecg-codes",
  "version" : "0.5.0",
  "name" : "Ecg",
  "title" : "ECG Classification Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "description" : "Codes for ECG and related items    \n心電図と関連する項目を表すコード",
  "copyright" : "Copyright 2024+",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "classification",
      "display" : "Classification",
      "definition" : "Classifications returned by Apple Watch’s ECG algorithm.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "判定"
        }
      ]
    },
    {
      "code" : "symptomsStatus",
      "display" : "Symptoms status",
      "definition" : "A value that indicates whether the user entered a symptom when they recorded the ECG.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "症状"
        }
      ]
    }
  ]
}