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

FHIR IG Statistics: ValueSet/consent-state-codes-vs

Packagedhp
TypeValueSet
Idconsent-state-codes-vs
FHIR VersionR5
Sourcehttp://medcore.uz/https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-consent-state-codes-vs.html
URLhttps://terminology.medcore.uz/ValueSet/consent-state-codes-vs
Version0.1.0
Statusdraft
Date2025-07-07T16:50:09+00:00
NameConsentStateCodesVS
TitleConsent State Codes
DescriptionDefines the consent state codes in Uzbek and Russian

Resources that use this resource

StructureDefinition
dhp-consentUzbekistan DHP Consent

Resources that this resource uses

CodeSystem
consent-state-codesConsent State Codes

Narrative

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


English


Generated Narrative: ValueSet consent-state-codes-vs

Language: en

This ValueSet requires the Code system Supplement Consent State Codes translations.

  • Include these codes as defined in http://hl7.org/fhir/consent-state-codes
    CodeDisplayDefinition
    draftPendingThe consent is in development or awaiting use but is not yet intended to be acted upon.
    activeActiveThe consent is to be followed and enforced.
    inactiveInactiveThe consent is terminated or replaced.
    not-doneAbandonedThe consent development has been terminated prior to completion.
    entered-in-errorEntered in ErrorThe consent was created wrongly (e.g. wrong patient) and should be ignored.
    unknownUnknownThe resource is in an indeterminate state.

Russian


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

Язык: en

This ValueSet requires the Code system Supplement Consent State Codes translations.

  • Include эти коды, как они определены в http://hl7.org/fhir/consent-state-codes
    КодОтображениеОпределение
    draftPendingThe consent is in development or awaiting use but is not yet intended to be acted upon.
    activeActiveThe consent is to be followed and enforced.
    inactiveInactiveThe consent is terminated or replaced.
    not-doneAbandonedThe consent development has been terminated prior to completion.
    entered-in-errorEntered in ErrorThe consent was created wrongly (e.g. wrong patient) and should be ignored.
    unknownUnknownThe resource is in an indeterminate state.

Source

{
  "resourceType": "ValueSet",
  "id": "consent-state-codes-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/consent-state-codes-cs|0.1.0"
    }
  ],
  "url": "https://terminology.medcore.uz/ValueSet/consent-state-codes-vs",
  "version": "0.1.0",
  "name": "ConsentStateCodesVS",
  "title": "Consent State Codes",
  "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 the consent state codes in Uzbek and Russian",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/consent-state-codes",
        "concept": [
          {
            "code": "draft"
          },
          {
            "code": "active"
          },
          {
            "code": "inactive"
          },
          {
            "code": "not-done"
          },
          {
            "code": "entered-in-error"
          },
          {
            "code": "unknown"
          }
        ]
      }
    ]
  }
}