Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/etsi-signature-type (Turtle)

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemETSISignatureTypeCodes

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "etsi-signature-type"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-09-07T10:58:29.429+10:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://uri.etsi.org/01903/v1.2.2"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1808" ]
  ];
  fhir:CanonicalResource.name [ fhir:value "ETSISignatureTypeCodes"];
  fhir:CanonicalResource.title [ fhir:value "ETSI Signature Type Codes"];
  fhir:CanonicalResource.status [ fhir:value "active"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.publisher [ fhir:value "ETSI"];
  fhir:CanonicalResource.description [ fhir:value "The ETSI TS 101 733 V2.2.1 (2013-04) - Electronic Signatures and Infrastructures (ESI) - defines a set of Commitment Types (Purpose of Signature). ETSI TS 101 903 V1.2.2 defines vocabulary identifiers for these Commitment Types. Digital Signature Purposes, an indication of the reason an entity signs a document. This is included in the signed information and can be used when determining accountability for various actions concerning the document. "];
  fhir:CanonicalResource.copyright [ fhir:value "These codes are excerpted from ETSI Standard for Digital Signatures and XAdES, Copyright by ETSI International. Copies of this standard are available through the ETSI Web Site at www.etsi.org."];
  fhir:CodeSystem.url [ fhir:value "http://uri.etsi.org/01903/v1.2.2"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1808" ]
  ];
  fhir:CodeSystem.name [ fhir:value "ETSISignatureTypeCodes"];
  fhir:CodeSystem.title [ fhir:value "ETSI Signature Type Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.publisher [ fhir:value "ETSI"];
  fhir:CodeSystem.description [ fhir:value "The ETSI TS 101 733 V2.2.1 (2013-04) - Electronic Signatures and Infrastructures (ESI) - defines a set of Commitment Types (Purpose of Signature). ETSI TS 101 903 V1.2.2 defines vocabulary identifiers for these Commitment Types. Digital Signature Purposes, an indication of the reason an entity signs a document. This is included in the signed information and can be used when determining accountability for various actions concerning the document. "];
  fhir:CodeSystem.copyright [ fhir:value "These codes are excerpted from ETSI Standard for Digital Signatures and XAdES, Copyright by ETSI International. Copies of this standard are available through the ETSI Web Site at www.etsi.org."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "ProofOfOrigin" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Proof of origin" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "indicates that the signer recognizes to have created, approved and sent the signed data object." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "ProofOfReceipt" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Proof of receipt" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "indicates that signer recognizes to have received the content of the signed data object." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "ProofOfDelivery" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Proof of delivery" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "indicates that the TSP providing that indication has delivered a signed data object in a local store accessible to the recipient of the signed data object." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "ProofOfSender" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Proof of sender" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "indicates that the entity providing that indication has sent the signed data object (but not necessarily created it)." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "ProofOfapproval" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Proof of approval" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "indicates that the signer has approved the content of the signed data object." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "ProofOfCreation" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Proof of creation" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "indicates that the signer has created the signed data object (but not necessarily approved, nor sent it)." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.