@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 -------------------------------------------------------------------

<https://pghd.na.icar.cnr.it/CodeSystem/consent-purpose-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "consent-purpose-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-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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://pghd.na.icar.cnr.it/CodeSystem/consent-purpose-cs"^^xsd:anyURI ;
     fhir:l <https://pghd.na.icar.cnr.it/CodeSystem/consent-purpose-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ConsentPurposeCS"] ; # 
  fhir:title [ fhir:v "Consent Purpose 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 defining the purposes for which patient health data may be processed"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "treatment" ] ;
     fhir:display [ fhir:v "Consent to Treatment" ] ;
     fhir:definition [ fhir:v "Use of health data for diagnosis, treatment, and continuity of care." ]
  ] [
     fhir:code [ fhir:v "research" ] ;
     fhir:display [ fhir:v "Consent for Research" ] ;
     fhir:definition [ fhir:v "Use of health data for scientific research and secondary use purposes." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

