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

: ExampleEMPChronologyProvenance1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "afacd2a0-f3e8-4cc1-ac47-be7a44fe01a3",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2026-07-11T11:15:00+01:00",
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/emp-chronology-provenance"
    ]
  },
  "extension" : [
    {
      "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/is-emp-chronology-extension",
      "valueBoolean" : true
    }
  ],
  "target" : [
    {
      "reference" : "MedicationRequest/29d46448-b585-4501-9660-a1236436560f/_history/1"
    },
    {
      "reference" : "MedicationRequest/9f5200a9-deaf-4c11-ab68-fc4d1c9db92b/_history/1"
    },
    {
      "reference" : "MedicationRequest/f9a249c2-8304-45d9-8b8f-b2865351b17b/_history/1"
    }
  ],
  "occurredDateTime" : "2026-07-11T11:15:00+01:00",
  "recorded" : "2026-07-11T11:15:00+01:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "UPDATE",
        "display" : "revise"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Organization/8B421590-9F7F-46BE-BD1E-C987063AC4F5",
        "identifier" : {
          "system" : "https://gematik.de/fhir/sid/telematik-id",
          "value" : "9-2.58.00000040"
        },
        "display" : "gematik Apotheke"
      }
    }
  ]
}