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

: NJSAMS Credentials - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "njsams-supervisorname-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet njsams-supervisorname-vs</b></p><a name=\"njsams-supervisorname-vs\"> </a><a name=\"hcnjsams-supervisorname-vs\"> </a><a name=\"njsams-supervisorname-vs-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-CounselorAndSupervisorCredentials.html\"><code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/CounselorAndSupervisorCredentials</code></a></li><li>Include these codes as defined in <a href=\"CodeSystem-CooccurringConditionCounselors.html\"><code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/CooccurringConditionCounselors</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-CooccurringConditionCounselors.html#CooccurringConditionCounselors-LicPsychologist\">LicPsychologist</a></td><td>Licensed Psychologist</td></tr><tr><td><a href=\"CodeSystem-CooccurringConditionCounselors.html#CooccurringConditionCounselors-Psychiatrist\">Psychiatrist</a></td><td>Psychiatrist</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/ValueSet/njsams-supervisorname-vs",
  "version" : "1.0.0",
  "name" : "NJSAMSCredentials",
  "title" : "NJSAMS Credentials",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-08-31",
  "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" : "Credentials for DSM-5 and LOCI-3 counselors and supervisors",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/CounselorAndSupervisorCredentials"
      },
      {
        "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/CooccurringConditionCounselors",
        "concept" : [
          {
            "code" : "LicPsychologist",
            "display" : "Licensed Psychologist"
          },
          {
            "code" : "Psychiatrist",
            "display" : "Psychiatrist"
          }
        ]
      }
    ]
  }
}