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

: Test Plan – Trust Anchor - TTL Representation

Active as of 2026-03-13

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:TestPlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TestPlan-TrustAnchor"] ; # 
  fhir:url [
fhir:v "https://profiles.ihe.net/ITI/VHL/TestPlan/TestPlan-TrustAnchor"^^xsd:anyURI ;
fhir:l <https://profiles.ihe.net/ITI/VHL/TestPlan/TestPlan-TrustAnchor>
  ] ; # 
  fhir:version [ fhir:v "0.0.2-current"] ; # 
  fhir:name [ fhir:v "TestPlan_TrustAnchor"] ; # 
  fhir:title [ fhir:v "Test Plan – Trust Anchor"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-13T13:59:49+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 "Unit test plan for the **Trust Anchor** actor of the IHE ITI Verifiable Health Links (VHL) profile.\n\nScope: validates all behaviour expected of a Trust Anchor as described in ITI-YY1 (responder)\nand ITI-YY2 (responder). Each test suite (testCase) corresponds to one transaction and exercises\nthree atomic feature files: message semantics (shared), responder expected actions, and security\nconsiderations."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>       ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:scope ( [
fhir:l fhir:ActorDefinition/TrustAnchor ;
fhir:reference [ fhir:v "ActorDefinition/TrustAnchor" ]
  ] ) ; # 
  fhir:testCase ( [
fhir:sequence [ fhir:v 1 ] ;
    ( fhir:testRun [
fhir:narrative [ fhir:v "**ITI-YY1 Message Semantics** – Verifies the DID Document message format that the Trust Anchor\nmust validate: mandatory @context / id / verificationMethod fields, verification method structure,\npublic key format (JWK/RFC 7517), private key exclusion, accepted cryptographic suites, key\nstrength (P-256+), and HTTP POST / Content-Type requirements.\nSource: section 2:3.YY1.4.1.2 (Message Semantics)." ] ;
fhir:script [
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:13>             ] ;
fhir:code [ fhir:v "text/x-gherkin" ]           ] ) ;
fhir:text [ fhir:v "Gherkin" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:l <https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY1-submit-pki-material-message.feature> ;
fhir:reference [ fhir:v "https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY1-submit-pki-material-message.feature" ] ;
fhir:display [ fhir:v "ITI-YY1 Submit PKI Material – Message Semantics" ]         ]       ]     ] [
fhir:narrative [ fhir:v "**ITI-YY1 Trust Anchor Expected Actions** – Verifies structural and cryptographic validation,\nidentity authentication and authorisation, cataloguing, rejection criteria, revocation and\nupdate support, and correct HTTP response codes (201 / 400 / 401 / 403 / 422).\nSource: sections 2:3.YY1.4.1.3 (Responder) and 2:3.YY1.4.2 (Response Message)." ] ;
fhir:script [
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:13>             ] ;
fhir:code [ fhir:v "text/x-gherkin" ]           ] ) ;
fhir:text [ fhir:v "Gherkin" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:l <https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY1-submit-pki-material-responder.feature> ;
fhir:reference [ fhir:v "https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY1-submit-pki-material-responder.feature" ] ;
fhir:display [ fhir:v "ITI-YY1 Submit PKI Material – Trust Anchor Expected Actions" ]         ]       ]     ] [
fhir:narrative [ fhir:v "**ITI-YY1 Security Considerations** – Verifies §2:3.YY1.5 requirements: DID Document integrity\n(signed submissions), key material security (private key exclusion, minimum strength), identity\nverification (TLS, authentication mechanisms), DID Document validation (approved algorithms,\nusage arrays), and revocation distribution controls." ] ;
fhir:script [
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:13>             ] ;
fhir:code [ fhir:v "text/x-gherkin" ]           ] ) ;
fhir:text [ fhir:v "Gherkin" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:l <https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY1-submit-pki-material-security.feature> ;
fhir:reference [ fhir:v "https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY1-submit-pki-material-security.feature" ] ;
fhir:display [ fhir:v "ITI-YY1 Submit PKI Material – Security Considerations" ]         ]       ]     ] )
  ] [
fhir:sequence [ fhir:v 2 ] ;
    ( fhir:testRun [
fhir:narrative [ fhir:v "**ITI-YY2 Message Semantics** – Verifies the request message options (single-DID GET,\nbulk GET, mCSD query, URL encoding, optional query parameters) and response message\nformats (single DID Document, collection, mCSD searchset Bundle, returned DID Document\ncontent requirements).\nSource: section 2:3.YY2.4 (Request and Response Messages)." ] ;
fhir:script [
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:13>             ] ;
fhir:code [ fhir:v "text/x-gherkin" ]           ] ) ;
fhir:text [ fhir:v "Gherkin" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:l <https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY2-retrieve-trust-list-message.feature> ;
fhir:reference [ fhir:v "https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY2-retrieve-trust-list-message.feature" ] ;
fhir:display [ fhir:v "ITI-YY2 Retrieve Trust List – Message Semantics" ]         ]       ]     ] [
fhir:narrative [ fhir:v "**ITI-YY2 Trust Anchor Expected Actions** – Verifies active-document-only filtering (no\nrevoked/expired DID Documents), authentication and authorisation enforcement (401/403),\n404 handling for unknown DIDs, and optional response signing.\nSource: sections 2:3.YY2.4.2 (Response Message) and 2:3.YY2.5 (Security Considerations)." ] ;
fhir:script [
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:13>             ] ;
fhir:code [ fhir:v "text/x-gherkin" ]           ] ) ;
fhir:text [ fhir:v "Gherkin" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:l <https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY2-retrieve-trust-list-responder.feature> ;
fhir:reference [ fhir:v "https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY2-retrieve-trust-list-responder.feature" ] ;
fhir:display [ fhir:v "ITI-YY2 Retrieve Trust List – Trust Anchor Expected Actions" ]         ]       ]     ] [
fhir:narrative [ fhir:v "**ITI-YY2 Security Considerations** – Verifies TLS enforcement, response integrity\nverification, access control restrictions, and revocation propagation requirements." ] ;
fhir:script [
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:13"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:13>             ] ;
fhir:code [ fhir:v "text/x-gherkin" ]           ] ) ;
fhir:text [ fhir:v "Gherkin" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:l <https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY2-retrieve-trust-list-security.feature> ;
fhir:reference [ fhir:v "https://build.fhir.org/ig/IHE/ITI.VHL/ITI-YY2-retrieve-trust-list-security.feature" ] ;
fhir:display [ fhir:v "ITI-YY2 Retrieve Trust List – Security Considerations" ]         ]       ]     ] )
  ] ) . #