| Package | dhp |
| Resource Type | ValueSet |
| Id | consent-action-vs |
| FHIR Version | R5 |
| Source | http://medcore.uz/https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-consent-action-vs.html |
| URL | https://terminology.medcore.uz/ValueSet/consent-action-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-07-07T16:50:09+00:00 |
| Name | ConsentActionVS |
| Title | Possible consent actions |
| Description | Determines the actions that can be taken with consent |
| StructureDefinition | |
| dhp-consent | Uzbekistan DHP Consent |
| CodeSystem | |
| consentaction | Consent Action Codes |
Note: links and images are rebased to the (stated) source
English
Generated Narrative: ValueSet consent-action-vs
Language: en
This ValueSet requires the Code system Supplement Possible consent actions translations.
http://terminology.hl7.org/CodeSystem/consentaction| Code | Display | Definition |
| collect | Collect | Gather retrieved information for storage |
| access | Access | Retrieval without permitting collection, use or disclosure. e.g., no screen-scraping for collection, use or disclosure (view-only access) |
| use | Use | Utilize the retrieved information |
| disclose | Disclose | Transfer retrieved information |
| correct | Access and Correct | Allow retrieval of a patient's information for the purpose of update or rectify |
Russian
Сгенерированный нарратив: Экземпляр ресурса ValueSet определяет набор кодов, взятых из одной или нескольких кодовых систем, предназначенных для использования в определенном контексте. Наборы значений связывают определения CodeSystem и их использование в кодированных элементах . consent-action-vs
Язык: en
This ValueSet requires the Code system Supplement Possible consent actions translations.
http://terminology.hl7.org/CodeSystem/consentaction| Код | Отображение | Определение |
| collect | Collect | Gather retrieved information for storage |
| access | Access | Retrieval without permitting collection, use or disclosure. e.g., no screen-scraping for collection, use or disclosure (view-only access) |
| use | Use | Utilize the retrieved information |
| disclose | Disclose | Transfer retrieved information |
| correct | Access and Correct | Allow retrieval of a patient's information for the purpose of update or rectify |
{
"resourceType": "ValueSet",
"id": "consent-action-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-action-cs|0.1.0"
}
],
"url": "https://terminology.medcore.uz/ValueSet/consent-action-vs",
"version": "0.1.0",
"name": "ConsentActionVS",
"title": "Possible consent actions",
"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": "Determines the actions that can be taken with consent",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "UZ",
"display": "Uzbekistan"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentaction",
"concept": [
{
"code": "collect"
},
{
"code": "access"
},
{
"code": "use"
},
{
"code": "disclose"
},
{
"code": "correct"
}
]
}
]
}
}