Patient Identifier Cross-referencing for mobile (PIXm)
3.0.5-current - ci-build International flag

Patient Identifier Cross-referencing for mobile (PIXm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 3.0.5-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PIXm/ and changes regularly. See the Directory of published versions

: PIXm Query with source identifier and target system - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "pixm-request-mohralice-red-to-blue",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/PIXm/StructureDefinition/IHE.PIXm.Query.Parameters.In"
    ]
  },
  "parameter" : [
    {
      "name" : "sourceIdentifier",
      "valueIdentifier" : {
        "system" : "urn:oid:1.3.6.1.4.1.21367.13.20.1000",
        "value" : "IHERED-994"
      }
    },
    {
      "name" : "targetSystem",
      "valueUri" : "urn:oid:1.3.6.1.4.1.21367.13.20.3000"
    }
  ]
}