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 Purpose CS - JSON Representation

Active as of 2026-03-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "consent-purpose-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem consent-purpose-cs</b></p><a name=\"consent-purpose-cs\"> </a><a name=\"hcconsent-purpose-cs\"> </a><p>This  code system <code>https://pghd.na.icar.cnr.it/CodeSystem/consent-purpose-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\">treatment<a name=\"consent-purpose-cs-treatment\"> </a></td><td>Consent to Treatment</td><td>Use of health data for diagnosis, treatment, and continuity of care.</td></tr><tr><td style=\"white-space:nowrap\">research<a name=\"consent-purpose-cs-research\"> </a></td><td>Consent for Research</td><td>Use of health data for scientific research and secondary use purposes.</td></tr></table></div>"
  },
  "url" : "https://pghd.na.icar.cnr.it/CodeSystem/consent-purpose-cs",
  "version" : "0.1.0",
  "name" : "ConsentPurposeCS",
  "title" : "Consent Purpose 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 defining the purposes for which patient health data may be processed",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "treatment",
      "display" : "Consent to Treatment",
      "definition" : "Use of health data for diagnosis, treatment, and continuity of care."
    },
    {
      "code" : "research",
      "display" : "Consent for Research",
      "definition" : "Use of health data for scientific research and secondary use purposes."
    }
  ]
}