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

: NachtragEmpProvenanceEmp - JSON Representation

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "NachtragEmpProvenanceEmp",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance"
    ]
  },
  "target" : [
    {
      🔗 "reference" : "MedicationRequest/NachtragEmpMedicationRequestEmp"
    }
  ],
  "recorded" : "2025-01-01T12:34:56.789Z",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "CREATE"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author"
          }
        ]
      },
      "who" : {
        "identifier" : {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "PRN"
              }
            ]
          },
          "system" : "https://gematik.de/fhir/sid/telematik-id",
          "value" : "123456789"
        }
      }
    }
  ]
}