{
  "resourceType": "StructureDefinition",
  "id": "trace-id",
  "language": "nl-NL",
  "url": "http://koppeltaal.nl/fhir/StructureDefinition/trace-id",
  "version": "0.8.0",
  "name": "KT2_TraceId",
  "status": "draft",
  "date": "2023-01-24",
  "publisher": "VZVZ",
  "contact": [
    {
      "name": "VZVZ",
      "telecom": [
        {
          "system": "email",
          "value": "standaardisatie@vzvz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "The ID of the workflow. The traceId is intended to track a log entry across multiple logs.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "NL",
          "system": "urn:iso:std:iso:3166",
          "display": "Netherlands"
        }
      ]
    }
  ],
  "copyright": "VZVZ",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "expression": "AuditEvent",
      "type": "element"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "comment": "This traceId is intended to track a log entry across multiple logs",
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://koppeltaal.nl/fhir/StructureDefinition/trace-id"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "id"
          }
        ]
      }
    ]
  }
}