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

: Integration Test Plan – Trust Establishment - JSON Representation

Active as of 2026-03-13

Raw json | Download

{
  "resourceType" : "TestPlan",
  "id" : "TestPlan-TrustEstablishment",
  "url" : "https://profiles.ihe.net/ITI/VHL/TestPlan/TestPlan-TrustEstablishment",
  "version" : "0.0.2-current",
  "name" : "TestPlan_TrustEstablishment",
  "title" : "Integration Test Plan – Trust Establishment",
  "status" : "active",
  "date" : "2026-03-13T13:59:49+00:00",
  "publisher" : "IHE IT Infrastructure Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE IT Infrastructure Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    }
  ],
  "description" : "Integration test plan for the **Trust Establishment** workflow of the IHE ITI Verifiable Health\nLinks (VHL) profile.\n\nScope: validates multi-actor, cross-transaction scenarios that span ITI-YY1 (Submit PKI Material)\nand ITI-YY2 (Retrieve Trust List) and cannot be covered by unit tests. Tests verify that a DID\nDocument submitted in YY1 is subsequently retrievable via YY2 in the same session, that both\nthe VHL Sharer and VHL Receiver can retrieve peer keys, that a full round-trip signature\nverification succeeds, and that revocation propagates correctly across actors.\n\nActors exercised: VHL Sharer, Trust Anchor, VHL Receiver.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "scope" : [
    {
      🔗 "reference" : "ActorDefinition/VHLSharer"
    },
    {
      🔗 "reference" : "ActorDefinition/TrustAnchor"
    },
    {
      🔗 "reference" : "ActorDefinition/VHLReceiver"
    }
  ],
  "testCase" : [
    {
      "sequence" : 1,
      "testRun" : [
        {
          "narrative" : "Execute all scenarios in the Gherkin integration feature file\n`integration-trust-establishment.feature`.\n\nScenario groups:\n- **Group A – PKI Submission (YY1):** VHL Sharer and VHL Receiver each submit a DID Document;\n  Trust Anchor validates and catalogs both.\n- **Group B – Trust Retrieval by VHL Receiver (YY2):** VHL Receiver retrieves the newly\n  registered VHL Sharer DID Document and all active DID Documents.\n- **Group C – Trust Retrieval by VHL Sharer (YY2):** VHL Sharer retrieves its own DID Document\n  and the VHL Receiver's DID Document to prepare for manifest authentication.\n- **Group D – Round-trip Verification:** Verifies that the VHL Receiver can successfully verify\n  a VHL Sharer signature using the public key retrieved in Group B/C; verifies rejection of\n  signatures from unknown DIDs.\n- **Group E – Revocation Propagation:** Verifies that a revoked DID Document is no longer\n  returned by the Trust Anchor, and that the VHL Receiver's cache is invalidated.\n\nThese scenarios require shared state across ITI-YY1 and ITI-YY2 (e.g., a DID submitted in\nYY1 must be retrievable in YY2 in the same test execution).",
          "script" : {
            "language" : {
              "coding" : [
                {
                  "system" : "urn:ietf:bcp:13",
                  "code" : "text/x-gherkin"
                }
              ],
              "text" : "Gherkin"
            },
            "sourceReference" : {
              "reference" : "https://build.fhir.org/ig/IHE/ITI.VHL/integration-trust-establishment.feature",
              "display" : "Integration – Trust Establishment"
            }
          }
        }
      ]
    }
  ]
}