Implementation Guide
ePA Medication Service
Version 1.0.5-ballot.1 - draft

: ExampleEpaOpRxPrescriptionERPOutputParameters1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "example-epa-op-rx-prescription-erp-output-parameters-1",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-rx-prescription-erp-output-parameters"
    ]
  },
  "parameter" : [
    {
      "name" : "rxPrescription",
      "part" : [
        {
          "name" : "prescriptionId",
          "valueIdentifier" : {
            "system" : "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId",
            "value" : "160.153.303.257.459"
          }
        },
        {
          "name" : "authoredOn",
          "valueDate" : "2025-01-22"
        },
        {
          "name" : "operationOutcome",
          "resource" : {
            "resourceType" : "OperationOutcome",
            "id" : "255002c7-aa1b-4163-bdd4-ede482453cca",
            "meta" : {
              "profile" : [
                🔗 "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome"
              ]
            },
            "issue" : [
              {
                "severity" : "information",
                "code" : "informational",
                "details" : {
                  "coding" : [
                    {
                      "system" : "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-codes-cs",
                      "code" : "MEDICATIONSVC_OPERATION_SUCCESS",
                      "display" : "Operation Successfully Completed in Medication Service"
                    }
                  ]
                }
              }
            ]
          }
        }
      ]
    }
  ]
}