FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

NJSAMS - Local Development build (v0.1.0). See the Directory of published versions

: NJSAMS Education Level - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "njsams-education-level-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-EncounterEducationLevel.html\"><code>http://dhs.nj.gov/njsams/CodeSystem/EncounterEducationLevel</code></a></li></ul></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/ValueSet/njsams-education-level-vs",
  "version" : "0.1.0",
  "name" : "NJSAMSEducationLevel",
  "title" : "NJSAMS Education Level",
  "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"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://dhs.nj.gov/njsams/CodeSystem/EncounterEducationLevel"
      }
    ]
  }
}