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

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

: State of Mind Kind Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "state-of-mind-kind-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/state-of-mind-kind-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Japanese (ja)</b></td></tr><tr><td style=\"white-space:nowrap\">dailyMood<a name=\"state-of-mind-kind-codes-dailyMood\"> </a></td><td>DAILY MOOD</td><td>一日の気分</td></tr><tr><td style=\"white-space:nowrap\">momentaryEmotion<a name=\"state-of-mind-kind-codes-momentaryEmotion\"> </a></td><td>MOMENTARY EMOTIONS</td><td>一時的な感情</td></tr></table></div>"
  },
  "url" : "http://fhir/pghd/CodeSystem/state-of-mind-kind-codes",
  "version" : "0.5.0",
  "name" : "StateOfMindKind",
  "title" : "State of Mind Kind Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "publisher" : "Fujitsu",
  "description" : "Codes for state of mind kind  \n心の状態の種類を表すコード",
  "copyright" : "Fujitsu",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "dailyMood",
      "display" : "DAILY MOOD",
      "designation" : [
        {
          "language" : "ja",
          "value" : "一日の気分"
        }
      ]
    },
    {
      "code" : "momentaryEmotion",
      "display" : "MOMENTARY EMOTIONS",
      "designation" : [
        {
          "language" : "ja",
          "value" : "一時的な感情"
        }
      ]
    }
  ]
}