{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/withdrawal-profile",
  "name": "Withdrawal",
  "title": "撤回",
  "status": "draft",
  "date": "2022-06-01T05:10:42.3185817+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Provenance",
  "baseDefinition": "https://simplifier.net/winningtest/provenance-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Provenance.target",
        "path": "Provenance.target",
        "short": "撤销对象",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/medication-request-profile",
              "https://simplifier.net/winningtest/traditional-chinese-medication-request-profile",
              "https://simplifier.net/winningtest/service-request-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Provenance.occurred[x]",
        "path": "Provenance.occurred[x]",
        "short": "撤销时间",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
              "code": "LA",
              "display": "legally authenticated"
            }
          ]
        }
      },
      {
        "id": "Provenance.agent.type",
        "path": "Provenance.agent.type",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
              "version": "4.0.1",
              "code": "legal",
              "display": "Legal Authenticator"
            }
          ]
        }
      },
      {
        "id": "Provenance.agent.role",
        "path": "Provenance.agent.role",
        "max": "0"
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/practitioner-role-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Provenance.entity",
        "path": "Provenance.entity",
        "max": "0"
      }
    ]
  }
}