FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/IHE.PCF.consentRegistry

Packageihe.iti.pcf
TypeCapabilityStatement
IdIHE.PCF.consentRegistry
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/PCF/https://build.fhir.org/ig/IHE/ITI.PCF/CapabilityStatement-IHE.PCF.consentRegistry.html
URLhttps://profiles.ihe.net/ITI/PCF/CapabilityStatement/IHE.PCF.consentRegistry
Version1.1.1-current
Statusactive
Date2023-02-14
NameIHE_PCF_consentRegistry
TitleIHE PCF Consent Registry
Realmuv
Authorityihe
DescriptionCapabilityStatement for Consent Registry Actor. Explain - provides [Access Consent \[ITI-108\]](ITI-108.html) to store and support access to Privacy Consent Resources
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement IHE.PCF.consentRegistry

IHE PCF Consent Registry

  • Implementation Guide Version: 1.1.1-current
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2023-02-14
  • Published by: IHE IT Infrastructure Technical Committee

Note 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.

FHIR RESTful Capabilities

Mode: server

PCF Consent Registry actor provides capability to record, search, and manage Consents.

Security

Recommend ATNA, encouraged IHE-IUA or SMART-app-launch

Summary of System-wide Interactions
  • Supports the search-systeminteraction.

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCDSearches_include_revincludeOperations
Consent yyyyy_lastUpdated, _id, status, patient, patient.identifier, actor

Resource Conformance: supported Consent

Core FHIR Resource
Consent
Reference Policy
Interaction summary
  • Supports create, read, update, delete, search-type.

Documentation

PCF transaction Access Consent [ITI-108]

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_lastUpdateddate

When the resource version last changed

SHALL_idtoken

Logical id of this artifact

SHALLstatustoken

Whether the Consent record is active

SHALLpatientreference

The Patient

SHALLpatient.identifiertoken
SHALLactortoken
 

Source

{
  "resourceType": "CapabilityStatement",
  "id": "IHE.PCF.consentRegistry",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/PCF/CapabilityStatement/IHE.PCF.consentRegistry",
  "version": "1.1.1-current",
  "name": "IHE_PCF_consentRegistry",
  "title": "IHE PCF Consent Registry",
  "status": "active",
  "experimental": false,
  "date": "2023-02-14",
  "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": "CapabilityStatement for Consent Registry Actor.\n\nExplain\n- provides [Access Consent \\[ITI-108\\]](ITI-108.html) to store and support access to Privacy Consent Resources",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "PCF Consent Registry actor provides capability to record, search, and manage Consents.",
      "security": {
        "description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)"
      },
      "resource": [
        {
          "type": "Consent",
          "documentation": "PCF transaction [Access Consent \\[ITI-108\\]](ITI-108.html)",
          "interaction": [
            {
              "code": "create"
            },
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "delete"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "Whether the Consent record is active"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The Patient"
            },
            {
              "name": "patient.identifier",
              "type": "token"
            },
            {
              "name": "actor",
              "type": "token"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}