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 Marital Status - JSON Representation

Draft as of 2022-08-31

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PatientMaritalStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://dhs.nj.gov/njsams/CodeSystem/PatientMaritalStatus</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=\"PatientMaritalStatus-1\"> </a></td><td>Never Married</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"PatientMaritalStatus-2\"> </a></td><td>Married</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"PatientMaritalStatus-3\"> </a></td><td>Seperated</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"PatientMaritalStatus-4\"> </a></td><td>Divorced</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"PatientMaritalStatus-5\"> </a></td><td>Widow/er</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"PatientMaritalStatus-6\"> </a></td><td>Civil Union</td></tr></table></div>"
  },
  "url" : "http://dhs.nj.gov/njsams/CodeSystem/PatientMaritalStatus",
  "version" : "0.1.0",
  "name" : "PatientMaritalStatus",
  "title" : "Patient Marital Status ",
  "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" : "Marital status for the patient",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166:-2",
          "code" : "US-NJ",
          "display" : "New Jersey"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "Never Married"
    },
    {
      "code" : "2",
      "display" : "Married"
    },
    {
      "code" : "3",
      "display" : "Seperated"
    },
    {
      "code" : "4",
      "display" : "Divorced"
    },
    {
      "code" : "5",
      "display" : "Widow/er"
    },
    {
      "code" : "6",
      "display" : "Civil Union"
    }
  ]
}