Package | IHE.ITI.PIXm |
Resource Type | CapabilityStatement |
Id | IHE.PIXm.Source |
FHIR Version | R4 |
Source | http://profiles.ihe.net/ITI/PIXm/https://profiles.ihe.net/ITI/PIXm/3.0.0/CapabilityStatement-IHE.PIXm.Source.html |
URL | http://profiles.ihe.net/ITI/PIXm/CapabilityStatement/IHE.PIXm.Source |
Version | 3.0.0 |
Status | draft |
Date | 2019-07-05 |
Name | IHE_PIXm_Source |
Title | IHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Source (client) |
Realm | uv |
Description | The Patient Identity Source Actor CapabililtyStatement expresses the requirements that can be utilized while being compliant. - using FHIR R4 - using json or xml encoding - using conditional update for [ITI-104] - using conditional delete for [ITI-104] if Remove Patient Option is supported - provide supported Patient profile for crosss-referencing for [ITI-104] |
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.Source", "text": { "status": "additional", "div": "<!-- snip (see above) -->" }, "url": "http://profiles.ihe.net/ITI/PIXm/CapabilityStatement/IHE.PIXm.Source", "version": "3.0.0", "name": "IHE_PIXm_Source", "title": "IHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Source (client)", "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 Identity Source Actor CapabililtyStatement expresses the requirements that can be utilized while being compliant. - using FHIR R4 - using json or xml encoding - using conditional update for [ITI-104] - using conditional delete for [ITI-104] if Remove Patient Option is supported - provide supported Patient profile for crosss-referencing for [ITI-104]", "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": "client", "documentation": "The PIXm Source is the producer and publisher of patient identity data.", "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" } ], "conditionalUpdate": true, "conditionalDelete": "single" } ] } ] }