Package | IHE.ITI.PIXm |
Type | CapabilityStatement |
Id | IHE.PIXm.Manager |
FHIR Version | R4 |
Source | http://profiles.ihe.net/ITI/PIXm/https://profiles.ihe.net/ITI/PIXm/3.0.0/CapabilityStatement-IHE.PIXm.Manager.html |
URL | http://profiles.ihe.net/ITI/PIXm/CapabilityStatement/IHE.PIXm.Manager |
Version | 3.0.0 |
Status | draft |
Date | 2019-07-05 |
Name | IHE_PIXm_Manager |
Title | IHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Manager (server) |
Realm | uv |
Description | The Patient Identifier Cross-reference Manager CapabililtyStatement expresses the requirements that shall be provided. - using FHIR R4 - using json and xml encoding - support the $ihe-pix operation - support conditional update for [ITI-104] - support conditional delete for [ITI-104] if Remove Patient Option is supported - should use a security framework. Recommend IHE-IUA or SMART-on-FHIR |
Copyright | IHE http://www.ihe.net/Governance/#Intellectual_Property |
Kind | requirements |
No resources found
StructureDefinition | |
IHE.PIXm.Patient | PIXm Patient constraints for Feed |
Note: links and images are rebased to the (stated) source
{ "resourceType": "CapabilityStatement", "id": "IHE.PIXm.Manager", "text": { "status": "additional", "div": "<!-- snip (see above) -->" }, "url": "http://profiles.ihe.net/ITI/PIXm/CapabilityStatement/IHE.PIXm.Manager", "version": "3.0.0", "name": "IHE_PIXm_Manager", "title": "IHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Manager (server)", "status": "draft", "experimental": false, "date": "2019-07-05", "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": "The Patient Identifier Cross-reference Manager CapabililtyStatement expresses the requirements that shall be provided. - using FHIR R4 - using json and xml encoding - support the $ihe-pix operation - support conditional update for [ITI-104] - support conditional delete for [ITI-104] if Remove Patient Option is supported - should use a security framework. Recommend IHE-IUA or SMART-on-FHIR", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "application/fhir+xml", "application/fhir+json" ], "rest": [ { "mode": "server", "documentation": "PIXm server provides capability to query for Patient Identity Cross-reference matching a query parameters", "security": { "cors": false, "description": "Recommend IUA or SMART" }, "resource": [ { "type": "Patient", "supportedProfile": [ "http://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Patient" ], "interaction": [ { "code": "update", "documentation": "conditional update for [ITI-104]" }, { "code": "delete", "documentation": "conditional delete for [ITI-104] for Remove Patient Option" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "single", "operation": [ { "name": "$ihe-pix", "definition": "http://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE_PIXm_pix" } ] } ] } ] }