FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-v3-MaritalStatus.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem v3-MaritalStatus

Language: en

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Statusstatushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-MaritalStatus defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinitionStatus
1A Annulled

Marriage contract has been declared null and to not have existed

active
1D Divorced

Marriage contract has been declared dissolved and inactive

active
1I Interlocutory

Subject to an Interlocutory Decree.

active
1L Legally Separatedactive
1M Married

A current marriage contract is active

active
2  C Common Law

a marriage recognized in some jurisdictions and based on the parties' agreement to consider themselves married and can also be based on documentation of cohabitation.

This definition was based on https://www.merriam-webster.com/dictionary/common-law%20marriage.

active
1P Polygamous

More than 1 current spouse

active
1T Domestic partner

Person declares that a domestic partner relationship exists.

active
1U unmarried

Currently not in a marriage contract.

active
2  S Never Married

No marriage contract has ever been entered

active
1W Widowed

The spouse has died

active

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-MaritalStatus",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.2"
  },
  "version": "4.0.0",
  "name": "MaritalStatus",
  "title": "MaritalStatus",
  "status": "active",
  "experimental": false,
  "date": "2019-03-20",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "\\* \\* \\* No description supplied \\* \\* \\*\r\n\r\n*Open Issue:* The specific meanings of these codes can vary somewhat by jurisdiction and implementation so caution should be used when determining equivalency.\r\n\r\n*Open Issue:* fixing and completion of the hierarchy and proper good definitions of all the concepts is badly needed.",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "status",
      "uri": "http://hl7.org/fhir/concept-properties#status",
      "description": "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type": "code"
    }
  ],
  "concept": [
    {
      "code": "A",
      "display": "Annulled",
      "definition": "Marriage contract has been declared null and to not have existed",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "D",
      "display": "Divorced",
      "definition": "Marriage contract has been declared dissolved and inactive",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "I",
      "display": "Interlocutory",
      "definition": "Subject to an Interlocutory Decree.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "L",
      "display": "Legally Separated",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "M",
      "display": "Married",
      "definition": "A current marriage contract is active",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ],
      "concept": [
        {
          "code": "C",
          "display": "Common Law",
          "definition": "a marriage recognized in some jurisdictions and based on the parties' agreement to consider themselves married and can also be based on documentation of cohabitation.\r\n\r\nThis definition was based on https://www.merriam-webster.com/dictionary/common-law%20marriage.",
          "property": [
            {
              "code": "status",
              "valueCode": "active"
            },
            {
              "code": "internalId",
              "valueCode": "24122"
            }
          ]
        }
      ]
    },
    {
      "code": "P",
      "display": "Polygamous",
      "definition": "More than 1 current spouse",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "T",
      "display": "Domestic partner",
      "definition": "Person declares that a domestic partner relationship exists.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    },
    {
      "code": "U",
      "display": "unmarried",
      "definition": "Currently not in a marriage contract.",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ],
      "concept": [
        {
          "code": "S",
          "display": "Never Married",
          "definition": "No marriage contract has ever been entered",
          "property": [
            {
              "code": "status",
              "valueCode": "active"
            },
            {
              "code": "internalId",
              "valueCode": "12218"
            }
          ]
        }
      ]
    },
    {
      "code": "W",
      "display": "Widowed",
      "definition": "The spouse has died",
      "property": [
        {
          "code": "status",
          "valueCode": "active"
        }
      ]
    }
  ]
}