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

Verified 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

: Submit PKI Material - TTL Representation

Active as of 2025-05-24

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 "SubmitPKIMaterial"] ; # 
  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 SubmitPKIMaterial</b></p><a name=\"SubmitPKIMaterial\"> </a><a name=\"hcSubmitPKIMaterial\"> </a><a name=\"SubmitPKIMaterial-en-US\"> </a><p>These requirements apply to the following actors: </p><ul><li><a href=\"ActorDefinition-VHLSharer.html\">VHL Sharer</a></li><li><a href=\"ActorDefinition-VHLReceiver.html\">VHL Receiver</a></li></ul><p>These requirements derive from <a href=\"Requirements-EstablishTrust.html\">Establish Trust</a></p><table class=\"grid\"><tr><td><b><a name=\"generate-private-public-key-pair\"> </a></b>Generate Private-Public Key Pair</td><td/><td><div><p>Generate one or more private-public key pairs for use within the VHL trust network. Key pairs SHOULD be scoped to specific usage contexts (e.g., signing, encryption, or mTLS) and MAY be categorized by business domain or participant role.</p>\n</div></td></tr><tr><td><b><a name=\"prepare-submission-metadata\"> </a></b>Prepare Submission Metadata</td><td/><td><div><p>Include relevant metadata to support validation and categorization. This MAY include:</p>\n<ul>\n<li>Intended key usage</li>\n<li>Organizational identifier or participant reference</li>\n<li>Certificate validity period</li>\n<li>Trust path information (e.g., issuing CA)</li>\n</ul>\n</div></td></tr><tr><td><b><a name=\"submit-to-trust-anchor\"> </a></b>Submit to Trust Anchor</td><td/><td><div><p>Submit the public key material and associated metadata to the <a href=\"ActorDefinition-TrustAnchor.html\">Trust Anchor</a> using the designated secure channel for validation and trust list inclusion.</p>\n</div></td></tr><tr><td><b><a name=\"support-future-distribution\"> </a></b>Support Future Distribution</td><td/><td><div><p>Ensure that the submitted PKI material can be validated, signed, and distributed by the Trust Anchor to other trust network participants through <a href=\"Requirements-DistributePKIMaterial.html\">Distribute PKI Material</a>.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/SubmitPKIMaterial"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.2-current"] ; # 
  fhir:name [ fhir:v "SubmitPKIMaterial"] ; # 
  fhir:title [ fhir:v "Submit PKI Material"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-05-24T02:43:55+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 "When a [VHL Sharer](ActorDefinition-VHLSharer.html) or [VHL Receiver](ActorDefinition-VHLReceiver.html) generates a new public-private key pair for use within the VHL trust network, they SHALL submit the corresponding public key material to the [Trust Anchor](ActorDefinition-TrustAnchor.html) for validation and inclusion in the trust list.\n\nThe submission MAY include metadata to support categorization of key usage (e.g., digital signatures, encryption, mTLS) and business or operational context."] ; # 
  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:derivedFrom ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/Requirements/EstablishTrust"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/Requirements/EstablishTrust>
  ] ) ; # 
  fhir:actor ( [
fhir:v "https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLSharer"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/VHL/ActorDefinition/VHLSharer>
  ] [
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 "generate-private-public-key-pair" ] ;
fhir:label [ fhir:v "Generate Private-Public Key Pair" ] ;
fhir:requirement [ fhir:v "Generate one or more private-public key pairs for use within the VHL trust network. Key pairs SHOULD be scoped to specific usage contexts (e.g., signing, encryption, or mTLS) and MAY be categorized by business domain or participant role." ]
  ] [
fhir:key [ fhir:v "prepare-submission-metadata" ] ;
fhir:label [ fhir:v "Prepare Submission Metadata" ] ;
fhir:requirement [ fhir:v "Include relevant metadata to support validation and categorization. This MAY include:\n* Intended key usage\n* Organizational identifier or participant reference\n* Certificate validity period\n* Trust path information (e.g., issuing CA)" ]
  ] [
fhir:key [ fhir:v "submit-to-trust-anchor" ] ;
fhir:label [ fhir:v "Submit to Trust Anchor" ] ;
fhir:requirement [ fhir:v "Submit the public key material and associated metadata to the [Trust Anchor](ActorDefinition-TrustAnchor.html) using the designated secure channel for validation and trust list inclusion." ]
  ] [
fhir:key [ fhir:v "support-future-distribution" ] ;
fhir:label [ fhir:v "Support Future Distribution" ] ;
fhir:requirement [ fhir:v "Ensure that the submitted PKI material can be validated, signed, and distributed by the Trust Anchor to other trust network participants through [Distribute PKI Material](Requirements-DistributePKIMaterial.html)." ]
  ] ) . #