{
  "resourceType": "Provenance",
  "id": "s4h-data-ingestion-provenance-example-author-signature",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-provenance"
    ]
  },
  "target": [
    {
      "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:d4879af2-9925-4224-b972-3cbf3fff2124"
      }
    }
  ],
  "recorded": "2021-08-15T15:26:23.217+00:00",
  "activity": {
    "coding": [
      {
        "system": "http://fhir.smart4health.eu/CodeSystem/s4h-data-activity",
        "code": "import",
        "display": "Import"
      }
    ]
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code": "author",
            "display": "Author"
          }
        ]
      },
      "who": {
        "display": "Dr. Doe"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type",
            "code": "transmitter",
            "display": "Transmitter"
          }
        ]
      },
      "who": {
        "identifier": {
          "system": "http://fhir.smart4health.eu/CodeSystem/s4h-source-system",
          "value": "cb25ae67-7d28-476b-a366-2fedc98c92c3"
        }
      }
    }
  ],
  "signature": [
    {
      "type": [
        {
          "system": "urn:iso-astm:E1762-95:2013",
          "code": "1.2.840.10065.1.12.1.1",
          "display": "Author's Signature"
        }
      ],
      "when": "2021-08-15T14:36:21.147+00:00",
      "who": {
        "display": "Dr. Doe"
      },
      "sigFormat": "application/jose",
      "data": "aGVsbG8="
    }
  ]
}