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

: Practitioner Type - JSON Representation

Draft as of 2022-08-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "PractitionerType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem PractitionerType</b></p><a name=\"PractitionerType\"> </a><a name=\"hcPractitionerType\"> </a><a name=\"PractitionerType-en-US\"> </a><p>This  code system <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/PractitionerType</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\">SUP<a name=\"PractitionerType-SUP\"> </a></td><td>supervisor</td></tr><tr><td style=\"white-space:nowrap\">COUN<a name=\"PractitionerType-COUN\"> </a></td><td>counselor</td></tr></table></div>"
  },
  "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/CodeSystem/PractitionerType",
  "version" : "1.0.0",
  "name" : "PractitionerType",
  "title" : "Practitioner Type",
  "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" : "Type of Practitioners",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "SUP",
      "display" : "supervisor"
    },
    {
      "code" : "COUN",
      "display" : "counselor"
    }
  ]
}