@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 -------------------------------------------------------------------

<http://hl7.org/fhir/3.0/CodeSystem/consent-action> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "consent-action"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem consent-action</b></p><a name=\"consent-action\"> </a><a name=\"hcconsent-action\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/consentaction</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\">collect<a name=\"consent-action-collect\"> </a></td><td>Collect</td><td>Gather/acquire information by an entity to achieve a stated purpose</td></tr><tr><td style=\"white-space:nowrap\">access<a name=\"consent-action-access\"> </a></td><td>Access</td><td>Provide an entity access to information to achieve a stated purpose</td></tr><tr><td style=\"white-space:nowrap\">use<a name=\"consent-action-use\"> </a></td><td>Use</td><td>Use of stored information by an entity fo the stated purpose</td></tr><tr><td style=\"white-space:nowrap\">disclose<a name=\"consent-action-disclose\"> </a></td><td>Disclose</td><td>Release / transfer of information to an entity</td></tr><tr><td style=\"white-space:nowrap\">correct<a name=\"consent-action-correct\"> </a></td><td>Access and Correct</td><td>Allowing an entity to correct a patient's information</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:string ;
       fhir:v "Informative"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v 1
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:id ;
         fhir:v "hl7.fhir.uv.xver-r3.r4"
       ]
     ] [
       fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "0.0.1-snapshot-2"
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "cbcc"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "informative" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/3.0/ImplementationGuide/hl7.fhir.uv.xver-r3.r4>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/consentaction"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.2"] ; # 
  fhir:name [ fhir:v "Consent Action Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-09-13T15:32:29-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Community Based Collaborative Care"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Community Based Collaborative Care" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cbcc" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set includes sample Consent Action codes."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This is an example set."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/consent-action|4.0.1"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/ValueSet/consent-action|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "collect" ] ;
     fhir:display [ fhir:v "Collect" ] ;
     fhir:definition [ fhir:v "Gather/acquire information by an entity to achieve a stated purpose" ]
  ] [
     fhir:code [ fhir:v "access" ] ;
     fhir:display [ fhir:v "Access" ] ;
     fhir:definition [ fhir:v "Provide an entity access to information to achieve a stated purpose" ]
  ] [
     fhir:code [ fhir:v "use" ] ;
     fhir:display [ fhir:v "Use" ] ;
     fhir:definition [ fhir:v "Use of stored information by an entity fo the stated purpose" ]
  ] [
     fhir:code [ fhir:v "disclose" ] ;
     fhir:display [ fhir:v "Disclose" ] ;
     fhir:definition [ fhir:v "Release / transfer of information to an entity" ]
  ] [
     fhir:code [ fhir:v "correct" ] ;
     fhir:display [ fhir:v "Access and Correct" ] ;
     fhir:definition [ fhir:v "Allowing an entity to correct a patient's information" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

