TerminologyThis is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| Vocabulary Work Group | Maturity Level: N/A | Standards 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-12-14T07:12:54.019+11: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.version [ fhir:value "5.0.0-snapshot3"];
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.jurisdiction [
fhir:CodeableConcept.coding [
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ]
]
];
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.version [ fhir:value "5.0.0-snapshot3"];
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.jurisdiction [
fhir:CodeableConcept.coding [
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ]
]
];
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.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:13+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change