CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use

This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

ParametersPmirOutput - JSON Representation

(back to description)

Raw json

Source view


{
  "resourceType" : "Parameters",
  "id" : "ParametersPmirOutput",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pixm-out-parameters"
    ]
  },
  "parameter" : [
    {
      "name" : "targetIdentifier",
      "valueIdentifier" : {
        "system" : "urn:oid: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"
      }
    }
  ]
}