FHIR IG Statistics: CodeSystem/hl7.org-fhir-consent-state-codes
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Code | Display | Definition |
draft | Pending | The consent is in development or awaiting use but is not yet intended to be acted upon. |
proposed | Proposed | The consent has been proposed but not yet agreed to by all parties. The negotiation stage. |
active | Active | The consent is to be followed and enforced. |
rejected | Rejected | The consent has been rejected by one or more of the parties. |
inactive | Inactive | The consent is terminated or replaced. |
entered-in-error | Entered in Error | The consent was created wrongly (e.g. wrong patient) and should be ignored |
Additional Language Displays
Code | Dansk (Danish, da) |
draft | Under udarbejdelse |
proposed | Forslag |
active | Aktiv |
rejected | Afvist |
inactive | Inaktiv |
entered-in-error | Fejlindtastning |
Source
{
"resourceType": "CodeSystem",
"id": "hl7.org-fhir-consent-state-codes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/consent-state-codes",
"version": "3.5.1",
"name": "ConsentState",
"title": "Consent State Codes",
"status": "active",
"experimental": false,
"date": "2021-10-27T13:27:27+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Indicates the state of the consent",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"content": "supplement",
"supplements": "http://hl7.org/fhir/consent-state-codes",
"concept": [
{
"code": "draft",
"display": "Pending",
"definition": "The consent is in development or awaiting use but is not yet intended to be acted upon.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Under udarbejdelse"
}
]
},
{
"code": "proposed",
"display": "Proposed",
"definition": "The consent has been proposed but not yet agreed to by all parties. The negotiation stage.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Forslag"
}
]
},
{
"code": "active",
"display": "Active",
"definition": "The consent is to be followed and enforced.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Aktiv"
}
]
},
{
"code": "rejected",
"display": "Rejected",
"definition": "The consent has been rejected by one or more of the parties.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Afvist"
}
]
},
{
"code": "inactive",
"display": "Inactive",
"definition": "The consent is terminated or replaced.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Inaktiv"
}
]
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "The consent was created wrongly (e.g. wrong patient) and should be ignored",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Fejlindtastning"
}
]
}
]
}