HIV Case Reporting and Monitoring
0.2.0 - CI Build

HIV Case Reporting and Monitoring - Local Development build (v0.2.0). See the Directory of published versions

: Marital Status - JSON Representation

Active as of 2022-10-06

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vs-marital-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/marital-status</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>S</td><td>Never Married</td></tr><tr><td>M</td><td>Married</td></tr><tr><td>P</td><td>Polygamous</td></tr><tr><td>T</td><td>Domestic partner</td></tr><tr><td>D</td><td>Divorced</td></tr></table></li></ul></div>"
  },
  "url" : "http://openhie.org/fhir/hiv-casereporting/ValueSet/vs-marital-status",
  "version" : "0.2.0",
  "name" : "VSMaritalStatus",
  "title" : "Marital Status",
  "status" : "active",
  "date" : "2022-10-06T14:49:57+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://xxhl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description" : "Valueset - marital statuses",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/ValueSet/marital-status",
        "concept" : [
          {
            "code" : "S",
            "display" : "Never Married"
          },
          {
            "code" : "M",
            "display" : "Married"
          },
          {
            "code" : "P",
            "display" : "Polygamous"
          },
          {
            "code" : "T",
            "display" : "Domestic partner"
          },
          {
            "code" : "D",
            "display" : "Divorced"
          }
        ]
      }
    ]
  }
}