FHIR IG Statistics: ValueSet/consent-state-codes-vs
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This ValueSet requires the Code system Supplement Consent State Codes translations.
- Include these codes as defined in
http://hl7.org/fhir/consent-state-codes
Code | Display | Definition |
draft | Pending | The consent is in development or awaiting use but is not yet intended to be acted upon. |
active | Active | The consent is to be followed and enforced. |
inactive | Inactive | The consent is terminated or replaced. |
not-done | Abandoned | The consent development has been terminated prior to completion. |
entered-in-error | Entered in Error | The consent was created wrongly (e.g. wrong patient) and should be ignored. |
unknown | Unknown | The resource is in an indeterminate state. |
Source
{
"resourceType": "ValueSet",
"id": "consent-state-codes-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
"valueCanonical": "https://terminology.dhp.uz/CodeSystem/consent-state-codes-cs|5.0.0"
}
],
"url": "https://terminology.dhp.uz/ValueSet/consent-state-codes-vs",
"version": "0.2.0",
"name": "ConsentStateCodesVS",
"title": "Consent State Codes",
"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": "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"
}
]
}
]
}
}