FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: Patient State - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PatientState",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/PatientState</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\">NJ<a name=\"PatientState-NJ\"> </a></td><td>New Jersey</td></tr><tr><td style=\"white-space:nowrap\">NY<a name=\"PatientState-NY\"> </a></td><td>New York</td></tr><tr><td style=\"white-space:nowrap\">PA<a name=\"PatientState-PA\"> </a></td><td>Pennsylvania</td></tr><tr><td style=\"white-space:nowrap\">DE<a name=\"PatientState-DE\"> </a></td><td>Delaware</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"PatientState-OT\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/PatientState",
  "version" : "0.1.0",
  "name" : "PatientState",
  "title" : "Patient State",
  "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" : "Current residency of the patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "NJ",
      "display" : "New Jersey"
    },
    {
      "code" : "NY",
      "display" : "New York"
    },
    {
      "code" : "PA",
      "display" : "Pennsylvania"
    },
    {
      "code" : "DE",
      "display" : "Delaware"
    },
    {
      "code" : "OT",
      "display" : "Other"
    }
  ]
}