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

: NachtragEmpProvenanceEml - XML Representation

Raw xml | Download


<Provenance xmlns="http://hl7.org/fhir">
  <id value="NachtragEmpProvenanceEml"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa/StructureDefinition/epa-activity-provenance"/>
  </meta>
  <target>🔗 
    <reference value="MedicationStatement/NachtragEmpMedicationStatementEml"/>
  </target>
  <recorded value="2025-01-01T12:34:56.789Z"/>
  <activity>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
      <code value="CREATE"/>
    </coding>
  </activity>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
        <code value="author"/>
      </coding>
    </type>
    <who>
      <identifier>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
            <code value="PRN"/>
          </coding>
        </type>
        <system value="https://gematik.de/fhir/sid/telematik-id"/>
        <value value="123456789"/>
      </identifier>
    </who>
  </agent>
</Provenance>