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

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

: Observation Mind Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "observation-mind-codes",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-observation-pghd-codes.html\"><code>http://fhir/pghd/CodeSystem/observation-pghd-codes</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-stateOfMind\">stateOfMind</a></td><td style=\"color: #cccccc\">State of Mind</td><td>Momentary emotions and daily moods.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-gad7\">gad7</a></td><td style=\"color: #cccccc\">GAD-7 assessment</td><td>The Generalized Anxiety Disorder 7-item scale.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-phq9\">phq9</a></td><td style=\"color: #cccccc\">PHQ-9 assessment</td><td>The nine-item Patient Health Questionnaire.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir/pghd/ValueSet/observation-mind-codes",
  "version" : "0.5.0",
  "name" : "ObservationMind",
  "title" : "Observation Mind Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "publisher" : "Fujitsu",
  "description" : "Codes representing mind measurement items  \n心の状態に関連する測定項目を表すコード",
  "copyright" : "Fujitsu",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir/pghd/CodeSystem/observation-pghd-codes",
        "concept" : [
          {
            "code" : "stateOfMind"
          },
          {
            "code" : "gad7"
          },
          {
            "code" : "phq9"
          }
        ]
      }
    ]
  }
}