FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.iti.pixm
Resource TypeOperationDefinition
IdOperationDefinition-IHE.PIXm.pix.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IHE/ITI.PIXm/OperationDefinition-IHE.PIXm.pix.html
URLhttps://profiles.ihe.net/ITI/PIXm/OperationDefinition/IHE.PIXm.pix
Version3.0.5-current
Statusactive
Date2022-05-25
NameIHE_PIXm_pix
TitleGet Corresponding Identifiers Operation
Realmuv
Authorityihe
DescriptionThe OperationDefinition defines the In and Output Parameters for the $ihe-pix operation - Input: sourceIdentifier, targetSystem and _format - Output: targetIdentifier, targetId
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
IHE.PIXm.ConsumerIHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Consumer (client)
IHE.PIXm.ManagerIHE ITI Patient Identifier Cross-referencing for mobile (PIXm) - Manager (server)
MPI.IHE.PIXm.BuscadorIndice Maestro Paciente: "Cliente Buscador PIXm"
MPI.IHE.PIXm.PDQm.ManagerAdministrador del Indice Maestro Paciente

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition IHE.PIXm.pix

URL: [base]/Patient/$ihe-pix

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsourceIdentifier1..1string
(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.

INtargetSystem0..*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_format0..1string
(token)

The requested format of the response. See ITI TF-2: Appendix Z.6

OUTtargetIdentifier0..*Identifier

The identifier found. Constraints to include the assigning authority as specified in ITI TF-2: Appendix E.3

OUTtargetId0..*Reference

The URL of the Patient Resource


Source1

{
  "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"
    }
  ]
}