Data Sharing Framework (DSF) Implementation Guide
2.0.0 - ci-build

Data Sharing Framework (DSF) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Extension: Certificate Thumbprint

Official URL: http://dsf.dev/fhir/StructureDefinition/extension-certificate-thumbprint Version: 2.0.0
Active as of 2025-05-26 Computable Name: Certificate Thumbprint

A certificate thumbprint of the client certificate of the organization / of the organization's endpoint.

Context of Use

    This extension may be used on the following element(s)

Usage info

Usages:

Formal Views of Extension Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension Extension
... url 1..1 uri "http://dsf.dev/fhir/StructureDefinition/extension-certificate-thumbprint"
... value[x] C 1..1 string Value of extension
Constraints: hex-128-length

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Optional Extensions Element
... id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... url 1..1 uri "http://dsf.dev/fhir/StructureDefinition/extension-certificate-thumbprint"

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension with the type string: A certificate thumbprint of the client certificate of the organization / of the organization's endpoint.

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension Extension
... url 1..1 uri "http://dsf.dev/fhir/StructureDefinition/extension-certificate-thumbprint"
... value[x] C 1..1 string Value of extension
Constraints: hex-128-length

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Optional Extensions Element
... id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... url 1..1 uri "http://dsf.dev/fhir/StructureDefinition/extension-certificate-thumbprint"

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension with the type string: A certificate thumbprint of the client certificate of the organization / of the organization's endpoint.

 

Other representations of profile: CSV, Excel, Schematron

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
hex-128-lengtherrorExtension.value[x]Value must be 128 characters lower case SHA-512 hex
: value.matches('^[a-f0-9]{128}$')