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
This code system supplement http://hl7.org/fhir/consent-state-codes
defines displays on the following codes:
Code | Display | Definition | Dansk (Danish, da) |
draft | Pending | The consent is in development or awaiting use but is not yet intended to be acted upon. | Under udarbejdelse |
proposed | Proposed | The consent has been proposed but not yet agreed to by all parties. The negotiation stage. | Forslag |
active | Active | The consent is to be followed and enforced. | Aktiv |
rejected | Rejected | The consent has been rejected by one or more of the parties. | Afvist |
inactive | Inactive | The consent is terminated or replaced. | Inaktiv |
entered-in-error | Entered in Error | The consent was created wrongly (e.g. wrong patient) and should be ignored | Fejlindtastning |
Source
{
"resourceType": "CodeSystem",
"id": "hl7.org-fhir-consent-state-codes",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cbcc"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
}
],
"url": "http://hl7.org/fhir/consent-state-codes",
"version": "5.0.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"
}
]
}
]
}