{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-audit-restriction-levels",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehealth-audit-restriction-levels</b></p><a name=\"ehealth-audit-restriction-levels\"> </a><a name=\"hcehealth-audit-restriction-levels\"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/audit-restriction-levels</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td style=\"white-space:nowrap\">NotCitizen<a name=\"ehealth-audit-restriction-levels-NotCitizen\"> </a></td><td>Not a Citizen</td><td>The citizen cannot see the specific log entry.</td><td>Ikke borger</td></tr><tr><td style=\"white-space:nowrap\">NotGuardian<a name=\"ehealth-audit-restriction-levels-NotGuardian\"> </a></td><td>Not a Guardian</td><td>The legal guardian cannot see the log entry.</td><td>Ikke forældremyndighedsindehaver</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/audit-restriction-levels",
  "version" : "8.0.2-SNAPSHOT",
  "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"
    }]
  }]
}