{
  "resourceType": "Provenance",
  "id": "s4h-data-ingestion-provenance-example",
  "meta": {
    "profile": [
      "http://fhir.smart4health.eu/StructureDefinition/s4h-provenance"
    ]
  },
  "target": [
    {
      "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:uuid:7da25cf0-8447-4d68-8a94-eba1950d4023"
      }
    }
  ],
  "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://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"
        }
      }
    }
  ]
}