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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "consent-category-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs"^^xsd:anyURI ;
fhir:l <https://pghd.na.icar.cnr.it/CodeSystem/consent-category-cs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ConsentCategoryCS"] ; #
fhir:title [ fhir:v "Consent Category CS"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-30T10:09:13+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "PGHD"] ; #
fhir:contact ( [
fhir:name [ fhir:v "PGHD" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ] ] )
] ) ; #
fhir:description [ fhir:v "CodeSystem for classifying the type of patient consent"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "care-consent" ] ;
fhir:display [ fhir:v "Care Consent" ] ;
fhir:definition [ fhir:v "Consent for diagnosis, treatment, and continuity of care." ]
] [
fhir:code [ fhir:v "research-consent" ] ;
fhir:display [ fhir:v "Research Consent" ] ;
fhir:definition [ fhir:v "Consent for the processing of health data for scientific research purposes." ]
] [
fhir:code [ fhir:v "privacy-notice-ack" ] ;
fhir:display [ fhir:v "Privacy Notice Acknowledgement" ] ;
fhir:definition [ fhir:v "Acknowledgement that the patient has read and understood the privacy notice." ]
] [
fhir:code [ fhir:v "granular-data-sharing" ] ;
fhir:display [ fhir:v "Granular Data Sharing Consent" ] ;
fhir:definition [ fhir:v "Consent allowing selective and granular sharing of health data." ]
] [
fhir:code [ fhir:v "consent-withdrawal" ] ;
fhir:display [ fhir:v "Consent Withdrawal" ] ;
fhir:definition [ fhir:v "Revocation of a previously expressed consent." ]
] ) . #