FHIR Implementation Guide for NJSAMS


0.1.0 - draft New Jersey

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

: Testing Services Response - JSON Representation

Active as of 2022-09-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "TestingServicesResponse",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/TestingServicesResponse</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=\"TestingServicesResponse-1\"> </a></td><td>Positive</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"TestingServicesResponse-3\"> </a></td><td>Negative</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"TestingServicesResponse-4\"> </a></td><td>Refused</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"TestingServicesResponse-5\"> </a></td><td>Not offered</td></tr><tr><td style=\"white-space:nowrap\">99<a name=\"TestingServicesResponse-99\"> </a></td><td>Deprecated</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/TestingServicesResponse",
  "version" : "0.1.0",
  "name" : "TestingServicesResponse",
  "title" : "Testing Services Response",
  "status" : "active",
  "date" : "2022-09-13T15:02:04+00: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" : "Client/lab results for Hepatitis and Tuberculin testing",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "1",
      "display" : "Positive"
    },
    {
      "code" : "3",
      "display" : "Negative"
    },
    {
      "code" : "4",
      "display" : "Refused"
    },
    {
      "code" : "5",
      "display" : "Not offered"
    },
    {
      "code" : "99",
      "display" : "Deprecated"
    }
  ]
}