FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Mood Type - JSON Representation

Active as of 2025-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MoodType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MoodType</b></p><a name=\"MoodType\"> </a><a name=\"hcMoodType\"> </a><a name=\"MoodType-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/MoodType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"MoodType-1\"> </a></td><td>Euthymic</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"MoodType-2\"> </a></td><td>Anxious</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"MoodType-3\"> </a></td><td>Irritable</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"MoodType-4\"> </a></td><td>Depressed</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"MoodType-5\"> </a></td><td>Elevated</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"MoodType-6\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/MoodType",
  "version" : "1.0.0",
  "name" : "MoodType",
  "title" : "Mood Type",
  "status" : "active",
  "date" : "2025-06-23T16:39:35-04:00",
  "publisher" : "Division of Mental Health and Addiction Services (DMHAS)",
  "contact" : [
    {
      "name" : "Division of Mental Health and Addiction Services (DMHAS)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://dhs.nj.gov"
        }
      ]
    }
  ],
  "description" : "Type of mood",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "Euthymic"
    },
    {
      "code" : "2",
      "display" : "Anxious"
    },
    {
      "code" : "3",
      "display" : "Irritable"
    },
    {
      "code" : "4",
      "display" : "Depressed"
    },
    {
      "code" : "5",
      "display" : "Elevated"
    },
    {
      "code" : "6",
      "display" : "Other"
    }
  ]
}