| Package | uz.dhp.core |
| Resource Type | ValueSet |
| Id | consent-action-vs |
| FHIR Version | R5 |
| Source | http://dhp.uz/https://build.fhir.org/ig/vadi2/DHP-temp/ValueSet-consent-action-vs.html |
| URL | https://terminology.dhp.uz/ValueSet/consent-action-vs |
| Version | 0.2.0 |
| Status | draft |
| Date | 2025-08-12T15:30:11+00:00 |
| Name | ConsentActionVS |
| Title | Possible consent actions |
| Description | Determines the actions that can be taken with consent |
| StructureDefinition | |
| uz-core-consent | UZ Core Consent |
| CodeSystem | |
| consentaction | Consent Action Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet consent-action-vs
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 |
{
"resourceType": "ValueSet",
"id": "consent-action-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
"valueCanonical": "https://terminology.dhp.uz/CodeSystem/consent-action-cs|5.0.0"
}
],
"url": "https://terminology.dhp.uz/ValueSet/consent-action-vs",
"version": "0.2.0",
"name": "ConsentActionVS",
"title": "Possible consent actions",
"status": "draft",
"experimental": true,
"date": "2025-08-12T15:30:11+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"
}
]
}
]
}
}