Non-patient File Sharing (NPFS)
2.2.0 - Trial-Implementation
This page is part of the Non-patient File Sharing (NPFS) (v2.2.0: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Official URL: https://profiles.ihe.net/ITI/NPFS/CapabilityStatement/IHE.NPFS.FileManager | Version: 2.2.0 | |||
| Active as of 2022-10-27 | Computable Name: IHE_NPFS_FileManager | |||
IHE ITI Non-patient File Sharing (NPFS) - File Manager (server)
Raw OpenAPI-Swagger Definition file | Download
application/fhir+xml, application/fhir+jsonNote 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.
serverCapabilityStatement for File Manager
Recommend ATNA, encouraged IHE-IUA or SMART-app-launch
transaction interaction described as follows:https://profiles.ihe.net/ITI/NPFS/StructureDefinition/IHE.NPFS.FileSource
search-system interaction.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 |
|---|---|---|---|---|---|---|---|---|---|
| DocumentReference | https://profiles.ihe.net/ITI/NPFS/StructureDefinition/IHE.NPFS.DocumentReference | y | y | y | y | _id, identifier, patient:exists, date, author.identifier, format, language, location, status, relatesto, relation, relationship | |||
| Binary | y |
read, search-type, update, create.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _id | token | Logical id of this artifact |
| SHALL | identifier | token | Logical identifier of this artifact |
| SHALL | patient:exists | token | This parameter shall always be used in this transaction to find resources that do not have the patient element valued |
| SHALL | date | date | when the file, to which the DocumentReference refers, was submitted |
| SHALL | author.identifier | token | The author that has submitted the file |
| SHALL | format | token | File's format |
| SHALL | language | token | The language of the file |
| SHALL | location | uri | Where the file can be found |
| SHALL | status | token | The status of the file |
| SHALL | relatesto | reference | One or more existing DocumentReference Resources that have been replaced by the submitted DocumentReference Resource |
| SHALL | relation | token | The type of relation that the file being searched has with the targeted file specified in the relatesTo parameter |
| SHALL | relationship | composite | The combination of the relatesTo and relation search parameter. |