@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/cda/stds/core/ValueSet/CDASignatureCode> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CDASignatureCode"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CDASignatureCode</b></p><a name=\"CDASignatureCode\"> </a><a name=\"hcCDASignatureCode\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-ParticipationSignature.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature</code></a><span title=\"Version is explicitly stated to be 2.1.0\"> version ?2.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-ParticipationSignature.html#v3-ParticipationSignature-S\">S</a></td><td style=\"color: #cccccc\">signed</td><td>Signature has been affixed, either written on file, or electronic (incl. digital) signature in Participation.signatureText.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-ParticipationSignature.html#v3-ParticipationSignature-X\">X</a></td><td style=\"color: #cccccc\">required</td><td>A signature for the service is required of this actor.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDASignatureCode"^^xsd:anyURI ;
     fhir:l <http://hl7.org/cda/stds/core/ValueSet/CDASignatureCode>
  ] ; # 
  fhir:version [ fhir:v "2.0.3-sd"] ; # 
  fhir:name [ fhir:v "CDASignatureCode"] ; # 
  fhir:title [ fhir:v "CDASignatureCode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-12T07:06:38+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level 7"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International - Structured Documents" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/structure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "structdog@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A set of codes specifying whether and how the participant has attested his participation through a signature - limited to values allowed in original CDA definition.\n\n**Note:** CDA Release One represented either an intended (`X`) or actual (`S`) authenticator. CDA Release Two only represents an actual authenticator, so has deprecated the value of `X`."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature>
       ] ;
       fhir:version [ fhir:v "2.1.0" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "S" ]
       ] [
         fhir:code [ fhir:v "X" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

