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

FHIR IG Statistics: CodeSystem/ehealth-audit-restriction-levels

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeCodeSystem
Idehealth-audit-restriction-levels
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-ehealth-audit-restriction-levels.html
URLhttp://ehealth.sundhed.dk/cs/audit-restriction-levels
Version5.0.1
Statusactive
Date2025-04-02T00:00:00+00:00
NameauditRestrictionLevels
TitleAudit Restriction Levels
Realmdk
DescriptionAudit Event Restriction Levels used to indicate whether the audit log should be hidden from the citizen and/or the legal guardian when interacting with the infrastructure.
Contentcomplete

Resources that use this resource

ValueSet
audit-restriction-levelsAudit Restriction Levels

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Kodesystem ehealth-audit-restriction-levels

This case-sensitive code system http://ehealth.sundhed.dk/cs/audit-restriction-levels defines the following codes:

CodeDisplayDefinitionDansk (Danish, da)
NotCitizen Not a CitizenThe citizen cannot see the specific log entry.Ikke borger
NotGuardian Not a GuardianThe legal guardian cannot see the log entry.Ikke forældremyndighedsindehaver

Source

{
  "resourceType": "CodeSystem",
  "id": "ehealth-audit-restriction-levels",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/cs/audit-restriction-levels",
  "version": "5.0.1",
  "name": "auditRestrictionLevels",
  "title": "Audit Restriction Levels",
  "status": "active",
  "experimental": false,
  "date": "2025-04-02T00:00:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Audit Event Restriction Levels used to indicate whether the audit log should be hidden from the citizen and/or the legal guardian when interacting with the infrastructure.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "NotCitizen",
      "display": "Not a Citizen",
      "definition": "The citizen cannot see the specific log entry.",
      "designation": [
        {
          "language": "da",
          "value": "Ikke borger"
        }
      ]
    },
    {
      "code": "NotGuardian",
      "display": "Not a Guardian",
      "definition": "The legal guardian cannot see the log entry.",
      "designation": [
        {
          "language": "da",
          "value": "Ikke forældremyndighedsindehaver"
        }
      ]
    }
  ]
}