CH EPR FHIR (R4)
4.0.0-ci-build - DSTU3 Switzerland flag

CH EPR FHIR (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epr-mhealth/ and changes regularly. See the Directory of published versions

: PIXm Parameters Query Output - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "ParametersPIXmOutput",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pixm-out-parameters"
    ]
  },
  "parameter" : [
    {
      "name" : "targetIdentifier",
      "valueIdentifier" : {
        "system" : "urn:oid:2.999.5.6.7",
        "value" : "value of MPI-PID"
      }
    },
    {
      "name" : "targetIdentifier",
      "valueIdentifier" : {
        "system" : "urn:oid:2.16.756.5.30.1.127.3.10.3",
        "value" : "value of EPR-SPID"
      }
    },
    {
      "name" : "targetId",
      "valueReference" : {
        "reference" : "http://example.org/Patient/FranzMusterNeedsAbsoluteUrl"
      }
    }
  ]
}