TIFlow - Verordnungen für Digitale Gesundheitsanwendungen (DiGA)
Version 2.0.0-ballot.1 - ci-build

: Example Activate operation input parameters - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ExampleOperationActivateParametersInput",
  "parameter" : [
    {
      "name" : "ePrescription",
      "resource" : {
        "resourceType" : "Binary",
        "id" : "PrescriptionBinary",
        "contentType" : "application/pkcs7-mime",
        "data" : "dGhpcyBibG9iIGlzIHNuaXBwZWQ="
      }
    }
  ]
}