FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/pcr-Patient-ihe-pix

PackagePCR.R4.1-1-0-pkg
Resource TypeOperationDefinition
Idpcr-Patient-ihe-pix
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=http://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix
URLhttp://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix
Statusdraft
Date2017-01-12T01:45:48+00:00
NamePCRPatientIdentifierCrossReference
Realmca
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
metadataOntario Provincial Client Registry FHIR Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "pcr-Patient-ihe-pix",
  "url": "http://ehealthontario.ca/API/FHIR/OperationDefinition/pcr-Patient-ihe-pix",
  "name": "PCRPatientIdentifierCrossReference",
  "status": "draft",
  "kind": "operation",
  "publisher": "eHealth Ontario",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://ehealthontario.ca"
        }
      ]
    }
  ],
  "date": "2017-01-12T01:45:48+00:00",
  "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).",
  "code": "ihe-pix",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "sourceIdentifier",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The 'known' business identifier to be used to retrieve alternate identifiers associated with the same patient",
      "type": "Identifier"
    },
    {
      "name": "_format",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Identifies the syntax in which the response should be encoded.  (Used in situations where content negotiation using HTTP headers is not possible.)",
      "type": "code",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/API/FHIR/ValueSet/pcr-ResourceFormat"
      }
    },
    {
      "name": "targetIdentifier",
      "use": "out",
      "min": 1,
      "max": "*",
      "documentation": "Business identifiers that reflect the same Patient as the sourceIdentifier",
      "type": "Identifier"
    },
    {
      "name": "targetId",
      "use": "out",
      "min": 1,
      "max": "*",
      "documentation": "Resource ids that for Patient records having the specified sourceIdentifier",
      "type": "id"
    }
  ]
}