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

: Types of Thought Process - JSON Representation

Active as of 2025-06-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ThoughtProcess",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ThoughtProcess</b></p><a name=\"ThoughtProcess\"> </a><a name=\"hcThoughtProcess\"> </a><a name=\"ThoughtProcess-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/ThoughtProcess</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=\"ThoughtProcess-1\"> </a></td><td>Goal-directed &amp; Logical</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ThoughtProcess-2\"> </a></td><td>Disorganized</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ThoughtProcess-3\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/ThoughtProcess",
  "version" : "1.0.0",
  "name" : "ThoughtProcess",
  "title" : "Types of Thought Process",
  "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 thought process",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "Goal-directed & Logical"
    },
    {
      "code" : "2",
      "display" : "Disorganized"
    },
    {
      "code" : "3",
      "display" : "Other"
    }
  ]
}