FHIR IG Statistics: ValueSet/ConsentStatus
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "ConsentStatus",
"meta": {
"versionId": "2",
"lastUpdated": "2019-12-04T13:37:00.538+00:00"
},
"url": "http://nhn.no/kj/fhir/ValueSet/ConsentStatus",
"version": "1.0",
"name": "ConsentStatus",
"title": "Consent Status",
"status": "active",
"date": "2019-12-04T13:37:00.5859578+00:00",
"publisher": "Direktoratet for e-helse",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/consent-state-codes",
"concept": [
{
"code": "active",
"display": "The consent is to be followed and enforced."
},
{
"code": "inactive",
"display": "The consent is terminated or replaced."
},
{
"code": "entered-in-error",
"display": "The consent was created wrongly (e.g. wrong patient) and should be ignored."
}
]
}
]
}
}