Patient Generated Health Data Implementation Guide
0.1.0 - ci-build

Patient Generated Health Data Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Consent Category CS - JSON Representation

Active as of 2026-03-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "consent-category-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem consent-category-cs</b></p><a name=\"consent-category-cs\"> </a><a name=\"hcconsent-category-cs\"> </a><p>This  code system <code>https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs</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></tr><tr><td style=\"white-space:nowrap\">care-consent<a name=\"consent-category-cs-care-consent\"> </a></td><td>Care Consent</td><td>Consent for diagnosis, treatment, and continuity of care.</td></tr><tr><td style=\"white-space:nowrap\">research-consent<a name=\"consent-category-cs-research-consent\"> </a></td><td>Research Consent</td><td>Consent for the processing of health data for scientific research purposes.</td></tr><tr><td style=\"white-space:nowrap\">privacy-notice-ack<a name=\"consent-category-cs-privacy-notice-ack\"> </a></td><td>Privacy Notice Acknowledgement</td><td>Acknowledgement that the patient has read and understood the privacy notice.</td></tr><tr><td style=\"white-space:nowrap\">granular-data-sharing<a name=\"consent-category-cs-granular-data-sharing\"> </a></td><td>Granular Data Sharing Consent</td><td>Consent allowing selective and granular sharing of health data.</td></tr><tr><td style=\"white-space:nowrap\">consent-withdrawal<a name=\"consent-category-cs-consent-withdrawal\"> </a></td><td>Consent Withdrawal</td><td>Revocation of a previously expressed consent.</td></tr></table></div>"
  },
  "url" : "https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs",
  "version" : "0.1.0",
  "name" : "ConsentCategoryCS",
  "title" : "Consent Category CS",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-30T10:09:13+02:00",
  "publisher" : "PGHD",
  "contact" : [
    {
      "name" : "PGHD",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "CodeSystem for classifying the type of patient consent",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "care-consent",
      "display" : "Care Consent",
      "definition" : "Consent for diagnosis, treatment, and continuity of care."
    },
    {
      "code" : "research-consent",
      "display" : "Research Consent",
      "definition" : "Consent for the processing of health data for scientific research purposes."
    },
    {
      "code" : "privacy-notice-ack",
      "display" : "Privacy Notice Acknowledgement",
      "definition" : "Acknowledgement that the patient has read and understood the privacy notice."
    },
    {
      "code" : "granular-data-sharing",
      "display" : "Granular Data Sharing Consent",
      "definition" : "Consent allowing selective and granular sharing of health data."
    },
    {
      "code" : "consent-withdrawal",
      "display" : "Consent Withdrawal",
      "definition" : "Revocation of a previously expressed consent."
    }
  ]
}