Implementation Guide
ePA Basisfunktionalitäten
Version 1.2.0-ballot.1 - draft

: c7b6dcfc-d535-4f8f-9d86-841693f788d1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "c7b6dcfc-d535-4f8f-9d86-841693f788d1",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2025-06-02T11:15:00+01:00",
    "profile" : [
      🔗 "https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance"
    ]
  },
  "target" : [
    {
      "reference" : "MedicationStatement/29d46448-b585-4501-9660-a1236436560f/_history/1"
    }
  ],
  "occurredDateTime" : "2025-06-02T11:15:00+01:00",
  "recorded" : "2025-06-02T11:15:00+01:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "CREATE",
        "display" : "create"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author"
          }
        ]
      },
      "who" : {
        "identifier" : {
          "system" : "https://gematik.de/fhir/sid/epa-fhir-data-service",
          "value" : "MEDICATIONSVC"
        },
        "display" : "ePA Medication Service"
      }
    }
  ]
}