FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/ConsentStatus

Packagenhn.fhir.no.kjernejournal
Resource TypeValueSet
IdConsentStatus
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nhn.fhir.no.kjernejournal@1.0.1&canonical=http://nhn.no/kj/fhir/ValueSet/ConsentStatus
URLhttp://nhn.no/kj/fhir/ValueSet/ConsentStatus
Version1.0
Statusactive
Date2019-12-04T13:37:00.5859578+00:00
NameConsentStatus
TitleConsent Status

Resources that use this resource

StructureDefinition
KjConsentKjConsent

Resources that this resource uses

CodeSystem
consent-state-codesConsent State Codes

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."
          }
        ]
      }
    ]
  }
}