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

FHIR IG Statistics: ValueSet/marital-status-vs

Packagedhp
TypeValueSet
Idmarital-status-vs
FHIR VersionR5
Sourcehttp://medcore.uz/https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-marital-status-vs.html
URLhttps://terminology.medcore.uz/ValueSet/marital-status-vs
Version0.1.0
Statusdraft
Date2025-07-07T16:50:09+00:00
NameMaritalStatusVS
TitleMarital status translations
DescriptionDefines Uzbek and Russian translations for marital status codes in Uzbek and Russian

Resources that use this resource

StructureDefinition
dhp-patientUzbekistan DHP Patient

Resources that this resource uses

CodeSystem
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor
v3-MaritalStatusMaritalStatus
v3-NullFlavorNullFlavor

Narrative

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


English


Generated Narrative: ValueSet marital-status-vs

Language: en

This ValueSet requires the Code system Supplement Marital status 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.)

Russian


Сгенерированный нарратив: Экземпляр ресурса ValueSet определяет набор кодов, взятых из одной или нескольких кодовых систем, предназначенных для использования в определенном контексте. Наборы значений связывают определения CodeSystem и их использование в кодированных элементах . marital-status-vs

Язык: en

This ValueSet requires the Code system Supplement Marital status translations.

Этот набор значений включает коды, основанные на следующих правилах:

  • Включить все коды, определенные в http://terminology.hl7.org/CodeSystem/v3-MaritalStatus
  • Включить эти коды, как они определены в http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    КодОтображениеОпределение
    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",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.medcore.uz/CodeSystem/marital-status-cs|0.1.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.medcore.uz/CodeSystem/null-flavor-cs|0.1.0"
    }
  ],
  "url": "https://terminology.medcore.uz/ValueSet/marital-status-vs",
  "version": "0.1.0",
  "name": "MaritalStatusVS",
  "title": "Marital status translations",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-07T16:50:09+00:00",
  "publisher": "Uzinfocom LLC",
  "contact": [
    {
      "name": "Uzinfocom LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://uzinfocom.uz"
        },
        {
          "system": "email",
          "value": "info@uzinfocom.uz"
        }
      ]
    }
  ],
  "description": "Defines Uzbek and Russian translations for 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"
          }
        ]
      }
    ]
  }
}