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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-MaritalStatus.json
FHIR VersionR4B

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

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

CodeDisplayDefinition
A AnnulledMarriage contract has been declared null and to not have existed
D DivorcedMarriage contract has been declared dissolved and inactive
I InterlocutorySubject to an Interlocutory Decree.
L Legally SeparatedLegally Separated
M MarriedA current marriage contract is active
P PolygamousMore than 1 current spouse
S Never MarriedNo marriage contract has ever been entered
T Domestic partnerPerson declares that a domestic partner relationship exists.
U unmarriedCurrently not in a marriage contract.
W WidowedThe spouse has died

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-MaritalStatus",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "normative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode": "4.0.0"
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
  "version": "2018-08-12",
  "name": "v3.MaritalStatus",
  "title": "v3 Code System MaritalStatus",
  "status": "active",
  "experimental": false,
  "date": "2018-08-12T00:00:00+10:00",
  "publisher": "Patient Administration",
  "contact": [
    {
      "name": "Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "* * * No description supplied * * *  Open Issue:\r\nThe specific meanings of these codes can vary somewhat by jurisdiction and implementation so caution should be used when determining equivalency.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/v3-MaritalStatus|3.0.0",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "A",
      "display": "Annulled",
      "definition": "Marriage contract has been declared null and to not have existed"
    },
    {
      "code": "D",
      "display": "Divorced",
      "definition": "Marriage contract has been declared dissolved and inactive"
    },
    {
      "code": "I",
      "display": "Interlocutory",
      "definition": "Subject to an Interlocutory Decree."
    },
    {
      "code": "L",
      "display": "Legally Separated",
      "definition": "Legally Separated"
    },
    {
      "code": "M",
      "display": "Married",
      "definition": "A current marriage contract is active"
    },
    {
      "code": "P",
      "display": "Polygamous",
      "definition": "More than 1 current spouse"
    },
    {
      "code": "S",
      "display": "Never Married",
      "definition": "No marriage contract has ever been entered"
    },
    {
      "code": "T",
      "display": "Domestic partner",
      "definition": "Person declares that a domestic partner relationship exists."
    },
    {
      "code": "U",
      "display": "unmarried",
      "definition": "Currently not in a marriage contract."
    },
    {
      "code": "W",
      "display": "Widowed",
      "definition": "The spouse has died"
    }
  ]
}