FHIR IG analytics| Package | ihe.iti.vhl |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-VHLSharerCapabilityStatement.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IHE/ITI.VHL/CapabilityStatement-VHLSharerCapabilityStatement.html |
| URL | http://profiles.ihe.net/ITI/VHL/CapabilityStatement/vhl-sharer-server |
| Version | 0.0.2-current |
| Status | active |
| Date | 2024-01-15 |
| Name | VHLSharerCapabilityStatement |
| Title | VHL Sharer Server Capability Statement |
| Realm | uv |
| Authority | ihe |
| Description | Capability Statement for a VHL Sharer implementing the Retrieve Manifest [ITI-YY5] transaction as a server. This server supports FHIR search on List resources with _include parameter to retrieve document manifests authorized by Verified Health Links. |
| Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement VHLSharerCapabilityStatement
application/fhir+json, application/fhir+xmlNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
serverVHL Sharer provides access to document manifests (List resources) and references (DocumentReference resources) authorized by Verified Health Links (VHLs). Authorization is based on validated VHL tokens containing manifest URLs with folder IDs.
Implementations SHALL support ATNA Authenticate Node [ITI-19] for mutual TLS authentication. VHL-based authorization is required (folder ID in _id parameter), optionally supplemented by OAuth 2.0 or other token-based authentication.
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| List | http://hl7.org/fhir/StructureDefinition/List | y | _id, identifier, patient, code, status | List:item | |||||
| DocumentReference | http://hl7.org/fhir/StructureDefinition/DocumentReference | y |
search-typeSearch for List resources by folder ID, identifier, patient, code, or status. Used to retrieve document manifests authorized by VHLs. This transaction uses HTTP POST to the _search endpoint to securely transmit authorization parameters.
The List resource represents a folder or collection of documents authorized by a VHL. The List.id (folder ID) has 256-bit entropy and serves as the authorization token. List.entry.item contains references to DocumentReference resources.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _id | token | Folder ID with 256-bit entropy from the VHL. This is the primary authorization mechanism. SHALL be supported. |
| SHALL | identifier | token | Business identifier for the List/folder. SHOULD be supported. |
| SHALL | patient | reference | The patient whose documents are referenced in the List. SHOULD be supported. The VHL Sharer SHALL accept chained searches on patient.identifier (e.g., patient.identifier=system|value) for List searches. |
| SHALL | code | token | The type of List, typically 'folder' from MHD CodeSystem. SHOULD be supported. |
| SHALL | status | token | The status of the List (current, retired, etc.). SHOULD be supported. |
readRead DocumentReference by ID. May be used after Retrieve Manifest to get updated metadata.
DocumentReference resources are included in search results via the _include parameter. They are not directly searchable in this transaction but are returned as part of the List search response.
{
"resourceType": "CapabilityStatement",
"id": "VHLSharerCapabilityStatement",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://profiles.ihe.net/ITI/VHL/CapabilityStatement/vhl-sharer-server",
"version": "0.0.2-current",
"name": "VHLSharerCapabilityStatement",
"title": "VHL Sharer Server Capability Statement",
"status": "active",
"experimental": false,
"date": "2024-01-15",
"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": "Capability Statement for a VHL Sharer implementing the Retrieve Manifest [ITI-YY5] transaction as a server. This server supports FHIR search on List resources with _include parameter to retrieve document manifests authorized by Verified Health Links.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"application/fhir+json",
"application/fhir+xml"
],
"rest": [
{
"mode": "server",
"documentation": "VHL Sharer provides access to document manifests (List resources) and references (DocumentReference resources) authorized by Verified Health Links (VHLs). Authorization is based on validated VHL tokens containing manifest URLs with folder IDs.",
"security": {
"description": "Implementations SHALL support ATNA Authenticate Node [ITI-19] for mutual TLS authentication. VHL-based authorization is required (folder ID in _id parameter), optionally supplemented by OAuth 2.0 or other token-based authentication."
},
"resource": [
{
"type": "List",
"profile": "http://hl7.org/fhir/StructureDefinition/List",
"documentation": "The List resource represents a folder or collection of documents authorized by a VHL. The List.id (folder ID) has 256-bit entropy and serves as the authorization token. List.entry.item contains references to DocumentReference resources.",
"interaction": [
{
"code": "search-type",
"documentation": "Search for List resources by folder ID, identifier, patient, code, or status. Used to retrieve document manifests authorized by VHLs. This transaction uses HTTP POST to the _search endpoint to securely transmit authorization parameters."
}
],
"searchInclude": [
"List:item"
],
"searchParam": [
{
"name": "_id",
"definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
"type": "token",
"documentation": "Folder ID with 256-bit entropy from the VHL. This is the primary authorization mechanism. SHALL be supported."
},
{
"name": "identifier",
"definition": "http://hl7.org/fhir/SearchParameter/List-identifier",
"type": "token",
"documentation": "Business identifier for the List/folder. SHOULD be supported."
},
{
"name": "patient",
"definition": "http://hl7.org/fhir/SearchParameter/List-patient",
"type": "reference",
"documentation": "The patient whose documents are referenced in the List. SHOULD be supported. The VHL Sharer SHALL accept chained searches on patient.identifier (e.g., patient.identifier=system|value) for List searches."
},
{
"name": "code",
"definition": "http://hl7.org/fhir/SearchParameter/List-code",
"type": "token",
"documentation": "The type of List, typically 'folder' from MHD CodeSystem. SHOULD be supported."
},
{
"name": "status",
"definition": "http://hl7.org/fhir/SearchParameter/List-status",
"type": "token",
"documentation": "The status of the List (current, retired, etc.). SHOULD be supported."
}
]
},
{
"type": "DocumentReference",
"profile": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
"documentation": "DocumentReference resources are included in search results via the _include parameter. They are not directly searchable in this transaction but are returned as part of the List search response.",
"interaction": [
{
"code": "read",
"documentation": "Read DocumentReference by ID. May be used after Retrieve Manifest to get updated metadata."
}
]
}
]
}
]
}