Verifiable Health Link
0.0.2-current - ci-build International flag

Verifiable Health Link, published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.2-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.VHL/ and changes regularly. See the Directory of published versions

: Verify Document Signature - TTL Representation

Active as of 2025-06-16

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Requirements ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VerifyDocumentSignature"] ; # 
  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: Requirements VerifyDocumentSignature</b></p><a name=\"VerifyDocumentSignature\"> </a><a name=\"hcVerifyDocumentSignature\"> </a><p>These requirements apply to the actor <a href=\"ActorDefinition-VHLReceiver.html\">VHL Receiver</a></p><table class=\"grid\"><tr><td><b><a name=\"extract-signature-keyid\"> </a></b>Extract Signature and Key ID</td><td/><td><div><p>Upon receipt of a digitally signed health document, extract signature, key id, and participant code.</p>\n</div></td></tr><tr><td><b><a name=\"lookup-DSC\"> </a></b>Lookup DSC</td><td/><td><div><p>Lookup Document Signing Certificate (DSC) public key by key id and participant code</p>\n</div></td></tr><tr><td><b><a name=\"verify-signature\"> </a></b>Verify Signature</td><td/><td><div><p>Verify signature using the public key</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/VerifyDocumentSignature"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.2-current"] ; # 
  fhir:name [ fhir:v "VerifyDocumentSignature"] ; # 
  fhir:title [ fhir:v "Verify Document Signature"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-06-16T13:14:26+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE IT Infrastructure Technical Committee"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/it_infrastructure/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE IT Infrastructure Technical Committee" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "iti@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The [VHL Receiver](ActorDefinition-VHLReceiver.html), upon receiving a digitally signed health document from a [VHL Sharer](ActorDefinition-VHLSharer.html), MAY verify the document's digital signature using previously retrieved PKI material.\n\nThis verification process confirms the authenticity, integrity, and provenance of the document independently of the Verified Health Link (VHL) itself.\n\nThe public key used for this verification MAY:\n* Originate from a different trust network than the one used to validate the VHL\n* Be unrelated to the key used to validate the VHL signature\n\nImplementers SHOULD consult cross-profile guidance regarding interoperability with the [IHE Document Digital Signature (DSG) profile](https://profiles.ihe.net/ITI/TF/Volume1/ch-37.html), particularly in cases where additional attestation, long-term non-repudiation, or multi-party signatures are involved."] ; # 
  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:actor ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLReceiver"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLReceiver>
  ] ) ; # 
  fhir:statement ( [
fhir:key [ fhir:v "extract-signature-keyid" ] ;
fhir:label [ fhir:v "Extract Signature and Key ID" ] ;
fhir:requirement [ fhir:v "Upon receipt of a digitally signed health document, extract signature, key id, and participant code." ]
  ] [
fhir:key [ fhir:v "lookup-DSC" ] ;
fhir:label [ fhir:v "Lookup DSC" ] ;
fhir:requirement [ fhir:v "Lookup Document Signing Certificate (DSC) public key by key id and participant code" ]
  ] [
fhir:key [ fhir:v "verify-signature" ] ;
fhir:label [ fhir:v "Verify Signature" ] ;
fhir:requirement [ fhir:v "Verify signature using the public key" ]
  ] ) . #