FHIR IG analytics| Package | ihe.iti.pixm |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-IHE.PIXm.pix.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/IHE/ITI.PIXm/OperationDefinition-IHE.PIXm.pix.html |
| URL | https://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE.PIXm.pix |
| Version | 3.0.5-current |
| Status | active |
| Date | 2022-05-25 |
| Name | IHE_PIXm_pix |
| Title | Get Corresponding Identifiers Operation |
| Realm | uv |
| Authority | ihe |
| Description | The OperationDefinition defines the In and Output Parameters for the $ihe-pix operation - Input: sourceIdentifier, targetSystem and _format - Output: targetIdentifier, targetId |
| Type | true |
| Kind | operation |
| CapabilityStatement | |
| IHE.PIXm.Consumer | IHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Consumer (client) |
| IHE.PIXm.Manager | IHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Manager (server) |
| MPI.IHE.PIXm.Buscador | Indice Maestro Paciente: "Cliente Buscador PIXm" |
| MPI.IHE.PIXm.PDQm.Manager | Administrador del Indice Maestro Paciente |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition IHE.PIXm.pix
URL: [base]/Patient/$ihe-pix
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | sourceIdentifier | 1..1 | string (token) | The Patient identifier search parameter that will be used by the Patient Identifier Cross-reference Manager to find cross matching identifiers associated with the Patient Resource. See Section 3.83.4.1.2.1. | ||
| IN | targetSystem | 0..* | string (uri) | The target Patient Identifier Assigning Authority from which the returned identifiers should be selected. See Section 3.83.4.1.2.2. | ||
| IN | _format | 0..1 | string (token) | The requested format of the response. See ITI TF-2: Appendix Z.6 | ||
| OUT | targetIdentifier | 0..* | Identifier | The identifier found. Constraints to include the assigning authority as specified in ITI TF-2: Appendix E.3 | ||
| OUT | targetId | 0..* | Reference | The URL of the Patient Resource |
{
"resourceType": "OperationDefinition",
"id": "IHE.PIXm.pix",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}
],
"url": "https://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE.PIXm.pix",
"version": "3.0.5-current",
"name": "IHE_PIXm_pix",
"title": "Get Corresponding Identifiers Operation",
"status": "active",
"kind": "operation",
"date": "2022-05-25",
"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 OperationDefinition defines the In and Output Parameters for the $ihe-pix operation\n - Input: sourceIdentifier, targetSystem and _format\n - Output: targetIdentifier, targetId",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"affectsState": false,
"code": "ihe-pix",
"resource": [
"Patient"
],
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "sourceIdentifier",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The Patient identifier search parameter that will be used by the Patient Identifier Cross-reference Manager to find cross matching identifiers associated with the Patient Resource. See [Section 3.83.4.1.2.1](ITI-83.html#23834121-source-patient-identifier-parameter).",
"type": "string",
"searchType": "token"
},
{
"name": "targetSystem",
"use": "in",
"min": 0,
"max": "*",
"documentation": "The target Patient Identifier Assigning Authority from which the returned identifiers should be selected. See [Section 3.83.4.1.2.2](ITI-83.html#23834122-requesting-patient-identifier-domains-to-be-returned).",
"type": "string",
"searchType": "uri"
},
{
"name": "_format",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The requested format of the response. See [ITI TF-2: Appendix Z.6](https://profiles.ihe.net/ITI/TF/Volume2/ch-Z.html#z.6-populating-the-expected-response-format)",
"type": "string",
"searchType": "token"
},
{
"name": "targetIdentifier",
"use": "out",
"min": 0,
"max": "*",
"documentation": "The identifier found. Constraints to include the assigning authority as specified in [ITI TF-2: Appendix E.3](https://profiles.ihe.net/ITI/TF/Volume2/ch-E.html#E.3)",
"type": "Identifier"
},
{
"name": "targetId",
"use": "out",
"min": 0,
"max": "*",
"documentation": "The URL of the Patient Resource",
"type": "Reference"
}
]
}