FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/marital-status-vs

Packageuz.dhp.core
Resource TypeValueSet
Idmarital-status-vs
FHIR VersionR5
Sourcehttp://dhp.uz/https://build.fhir.org/ig/vadi2/DHP-temp/ValueSet-marital-status-vs.html
URLhttps://terminology.dhp.uz/ValueSet/marital-status-vs
Version0.2.0
Statusdraft
Date2025-08-11T19:35:27+00:00
NameMaritalStatusVS
TitleMarital status translations
DescriptionDefines marital status codes in Uzbek and Russian

Resources that use this resource

StructureDefinition
uz-core-patientUZ Core Patient

Resources that this resource uses

CodeSystem
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor

Narrative

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

Generated Narrative: ValueSet marital-status-vs

This ValueSet requires the Code system Supplements Marital status translations and Null Flavor translations.

This value set includes codes based on the following rules:

  • Include all codes defined in http://terminology.hl7.org/CodeSystem/v3-MaritalStatus
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    UNKunknown**Description:**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:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. 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.)

Source

{
  "resourceType": "ValueSet",
  "id": "marital-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.dhp.uz/CodeSystem/marital-status-cs|0.2.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.dhp.uz/CodeSystem/null-flavor-cs|0.2.0"
    }
  ],
  "url": "https://terminology.dhp.uz/ValueSet/marital-status-vs",
  "version": "0.2.0",
  "name": "MaritalStatusVS",
  "title": "Marital status translations",
  "status": "draft",
  "experimental": true,
  "date": "2025-08-11T19:35:27+00:00",
  "publisher": "Uzinfocom LLC",
  "contact": [
    {
      "name": "Uzinfocom LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://uzinfocom.uz"
        },
        {
          "system": "email",
          "value": "info@uzinfocom.uz"
        }
      ]
    }
  ],
  "description": "Defines marital status codes in Uzbek and Russian",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK"
          }
        ]
      }
    ]
  }
}