PackagesCanonicalsLogsProblems
    Packages
    pcr.r4.1-1-0-pkg@1.2.1
    http://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix
{
  "description": null,
  "_filename": "pcr-Patient-ihe-pix.json",
  "package_name": "pcr.r4.1-1-0-pkg",
  "date": "2017-01-12T01:45:48+00:00",
  "system": false,
  "publisher": "eHealth Ontario",
  "instance": false,
  "name": "PCRPatientIdentifierCrossReference",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.2.1",
  "status": "draft",
  "id": "337e0090-4454-44cc-bdff-4e54afffca9f",
  "kind": "operation",
  "comment": "This operation is a constrained version of the IHE PIXm (Patient Identifier Cross-Reference for Mobile).  It returns business identifiers that correspond to the same patient as a specified source identifier.  The operation can be invoked by GET, passing the parameters as part of the URL or by transmitting a [Parameters](pcr-parameters-pixm-in.html) instance in the HTTP body.  For additional guidance, including use cases, context and examples, click [here](pcr-pixm.html).",
  "url": "http://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix",
  "code": "ihe-pix",
  "version": null,
  "contact": [ {
    "telecom": [ {
      "value": "http://ehealthontario.ca",
      "system": "other"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "sourceIdentifier",
    "type": "Identifier",
    "documentation": "The 'known' business identifier to be used to retrieve alternate identifiers associated with the same patient"
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "_format",
    "type": "code",
    "binding": {
      "strength": "required",
      "valueSet": "http://ehealthontario.ca/API/FHIR/ValueSet/pcr-ResourceFormat"
    },
    "documentation": "Identifies the syntax in which the response should be encoded.  (Used in situations where content negotiation using HTTP headers is not possible.)"
  }, {
    "max": "*",
    "min": 1,
    "use": "out",
    "name": "targetIdentifier",
    "type": "Identifier",
    "documentation": "Business identifiers that reflect the same Patient as the sourceIdentifier"
  }, {
    "max": "*",
    "min": 1,
    "use": "out",
    "name": "targetId",
    "type": "id",
    "documentation": "Resource ids that for Patient records having the specified sourceIdentifier"
  } ]
}