FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeParameters
IdParameters-example-epa-op-rx-prescription-erp-output-parameters-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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|1.3.0"
    ]
  },
  "parameter": [
    {
      "name": "rxPrescription",
      "part": [
        {
          "name": "prescriptionId",
          "valueIdentifier": {
            "system": "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId",
            "value": "160.100.000.000.011.09"
          }
        },
        {
          "name": "authoredOn",
          "valueDate": "2025-09-06"
        },
        {
          "name": "operationOutcome",
          "resource": {
            "resourceType": "OperationOutcome",
            "id": "255002c7-aa1b-4163-bdd4-ede482453cca",
            "meta": {
              "profile": [
                "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome|1.0.6-2"
              ]
            },
            "issue": [
              {
                "severity": "information",
                "code": "informational",
                "details": {
                  "coding": [
                    {
                      "system": "https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details",
                      "code": "MEDSVC_OPERATION_SUCCESS",
                      "display": "Operation Successfully Completed in Medication Service"
                    }
                  ]
                }
              }
            ]
          }
        }
      ]
    }
  ]
}