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

FHIR IG analytics

Packageca.on.oh.setp.iar.dev
Resource TypeValueSet
IdValueSet-irrs-marital-status-with-missing-value.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.setp.iar.dev@1.0.0-ballot1-dev&canonical=http://cihi.ca/fhir/irrs/ValueSet/irrs-marital-status-with-missing-value
URLhttp://cihi.ca/fhir/irrs/ValueSet/irrs-marital-status-with-missing-value
Version1.0
Statusactive
Date2018-11-16T11:40:38-05:00
Nameirrs-marital-status-with-missing-value
Realmca
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r2.r4b#0.1.0MaritalStatusv3-MaritalStatus
hl7.fhir.uv.xver-r2.r4b#0.1.0NullFlavorv3-NullFlavor

Narrative

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

irrs-marital-status-with-missing-value

This value set includes codes from the following code systems:

  • Include these codes as defined in http://hl7.org/fhir/v3/MaritalStatus
    CodeDisplay
    DDivorcedMarriage contract has been declared dissolved and inactive
    LLegally SeparatedLegally Separated
    MMarriedA current marriage contract is active
    SNever MarriedNo marriage contract has ever been entered
    TDomestic partnerPerson declares that a domestic partner relationship exists.
    WWidowedThe spouse has died
  • Include these codes as defined in http://hl7.org/fhir/v3/NullFlavor
    CodeDisplay
    UNKunknownDescription:A proper value is applicable, but not known.
    Usage Notes: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:
    Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown') Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)

Source1

{
  "resourceType": "ValueSet",
  "id": "irrs-marital-status-with-missing-value",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://cihi.ca/fhir/irrs/ValueSet/irrs-marital-status-with-missing-value",
  "version": "1.0",
  "name": "irrs-marital-status-with-missing-value",
  "status": "active",
  "date": "2018-11-16T11:40:38-05:00",
  "publisher": "CIHI",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http:\\\\cihi.ca"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/MaritalStatus",
        "version": "2016-11-11",
        "concept": [
          {
            "code": "D",
            "display": "Divorced"
          },
          {
            "code": "L",
            "display": "Legally Separated"
          },
          {
            "code": "M",
            "display": "Married"
          },
          {
            "code": "S",
            "display": "Never Married"
          },
          {
            "code": "T",
            "display": "Domestic partner"
          },
          {
            "code": "W",
            "display": "Widowed"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/v3/NullFlavor",
        "version": "2016-11-11",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}