{
  "resourceType": "StructureDefinition",
  "id": "mitz-provenance",
  "language": "nl-NL",
  "url": "http://vzvz.nl/fhir/otv/StructureDefinition/mitz-provenance",
  "version": "4.0.0-beta.1",
  "name": "MitzProvenance",
  "status": "draft",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Profile to define the provenance of a consent",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "NL",
          "system": "urn:iso:std:iso:3166",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Provenance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Provenance.id",
        "path": "Provenance.id",
        "min": 1
      },
      {
        "id": "Provenance.target",
        "path": "Provenance.target",
        "max": "1"
      },
      {
        "id": "Provenance.target.reference",
        "path": "Provenance.target.reference",
        "definition": "Refers to the Consent.id",
        "min": 1
      },
      {
        "id": "Provenance.recorded",
        "path": "Provenance.recorded",
        "definition": "Registration moment, equal to Consent.dateTime"
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "definition": "Actor responsible for registration"
      },
      {
        "id": "Provenance.agent.role",
        "path": "Provenance.agent.role",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Provenance.agent.role.coding.system",
        "path": "Provenance.agent.role.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"
      },
      {
        "id": "Provenance.agent.role.coding.code",
        "path": "Provenance.agent.role.coding.code",
        "fixedCode": "RESP"
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "short": "UZI number of responsible actor",
        "definition": "Responsible actor respresented by his/her UZI number"
      },
      {
        "id": "Provenance.agent.who.identifier.system",
        "path": "Provenance.agent.who.identifier.system",
        "fixedUri": "http://fhir.nl/fhir/NamingSystem/uzi-nr-pers"
      },
      {
        "id": "Provenance.agent.who.identifier.value",
        "path": "Provenance.agent.who.identifier.value",
        "short": "UZI number"
      }
    ]
  }
}