{
  "resourceType" : "CodeSystem",
  "id" : "cc-consent-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cc-consent-type</b></p><a name=\"cc-consent-type\"> </a><a name=\"hccc-consent-type\"> </a><p>This case-sensitive code system <code>https://fhir.soigneur.coach/fhir/CodeSystem/cc-consent-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">terms-of-service<a name=\"cc-consent-type-terms-of-service\"> </a></td><td>Terms of Service acceptance</td></tr><tr><td style=\"white-space:nowrap\">privacy-policy<a name=\"cc-consent-type-privacy-policy\"> </a></td><td>Privacy Policy acceptance</td></tr><tr><td style=\"white-space:nowrap\">health-data-processing<a name=\"cc-consent-type-health-data-processing\"> </a></td><td>Art. 9(2)(a) health-data processing consent</td></tr><tr><td style=\"white-space:nowrap\">wellness-scope<a name=\"cc-consent-type-wellness-scope\"> </a></td><td>Wellness-and-coaching-only acknowledgement</td></tr><tr><td style=\"white-space:nowrap\">internal-data-processing<a name=\"cc-consent-type-internal-data-processing\"> </a></td><td>Optional internal product-improvement consent</td></tr></table></div>"
  },
  "url" : "https://fhir.soigneur.coach/fhir/CodeSystem/cc-consent-type",
  "version" : "0.1.0",
  "name" : "CcConsentType",
  "title" : "Soigneur Consent Types",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-08T13:20:35+00:00",
  "publisher" : "Soigneur",
  "contact" : [{
    "name" : "Soigneur",
    "telecom" : [{
      "system" : "url",
      "value" : "https://soigneur.coach"
    }]
  }],
  "description" : "Consent.category values for the onboarding/processing consents (ADR 0034; 09 §3/§14). Terms of Service + Privacy Policy are independent acknowledgements (each versions + re-prompts on its own); health-data-processing + wellness-scope are the blocking Art. 9 gate (a single all-or-nothing consent — no separate background-processing opt-in). internal-data-processing is an optional, non-blocking secondary-purpose consent (internal product improvement) whose permit/deny is recorded either way.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "copyright" : "Copyright (c) Soigneur. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "terms-of-service",
    "display" : "Terms of Service acceptance"
  },
  {
    "code" : "privacy-policy",
    "display" : "Privacy Policy acceptance"
  },
  {
    "code" : "health-data-processing",
    "display" : "Art. 9(2)(a) health-data processing consent"
  },
  {
    "code" : "wellness-scope",
    "display" : "Wellness-and-coaching-only acknowledgement"
  },
  {
    "code" : "internal-data-processing",
    "display" : "Optional internal product-improvement consent"
  }]
}