Package | ihe.iti.pmir |
Type | CapabilityStatement |
Id | IHE.PMIR.PatientIdentitySubscriber |
FHIR Version | R4 |
Source | https://profiles.ihe.net/ITI/PMIR/https://build.fhir.org/ig/IHE/ITI.PMIR/CapabilityStatement-IHE.PMIR.PatientIdentitySubscriber.html |
URL | https://profiles.ihe.net/ITI/PMIR/CapabilityStatement/IHE.PMIR.PatientIdentitySubscriber |
Version | 1.5.1-current |
Status | active |
Date | 2022-10-27 |
Name | IHE_PMIR_PatientIdentitySubscriber |
Title | IHE PMIR Patient Identity Subscriber |
Realm | uv |
Authority | ihe |
Description | CapabilityStatement for Patient Identity Subscriber Actor in the IHE IT Infrastructure Technical Framework Supplement [IHE PMIR](index.html). |
Kind | requirements |
No resources found
StructureDefinition | |
IHE.PMIR.Subscription.Request | IHE Patient Master Identity Registry Subscription request |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement IHE.PMIR.PatientIdentitySubscriber
application/fhir+xml
, application/fhir+json
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.
client
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 | D | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
Subscription | Supported Profiles IHE Patient Master Identity Registry Subscription request | y | y | y | y |
create
, read
, update
, delete
.For Subscribe to Patient Updates [ITI-94]
{ "resourceType": "CapabilityStatement", "id": "IHE.PMIR.PatientIdentitySubscriber", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://profiles.ihe.net/ITI/PMIR/CapabilityStatement/IHE.PMIR.PatientIdentitySubscriber", "version": "1.5.1-current", "name": "IHE_PMIR_PatientIdentitySubscriber", "title": "IHE PMIR Patient Identity Subscriber", "status": "active", "experimental": false, "date": "2022-10-27", "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 Patient Identity Subscriber Actor in the IHE IT Infrastructure Technical Framework Supplement [IHE PMIR](index.html).", "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": "client", "documentation": "PMIR Patient Identity Subscriber will create, update, or deleate Subscription resources.", "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-on-FHIR" }, "resource": [ { "type": "Subscription", "supportedProfile": [ "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Subscription.Request" ], "documentation": "For Subscribe to Patient Updates [ITI-94]", "interaction": [ { "code": "create" }, { "code": "read" }, { "code": "update" }, { "code": "delete" } ] } ] } ] }