{
  "resourceType": "Provenance",
  "id": "s4h-external-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-14T17:45:03.217+00: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",
            "display": "Author"
          }
        ]
      },
      "who": {
        "display": "Dr. Doe"
      }
    }
  ]
}