{
  "resourceType": "StructureDefinition",
  "id": "54da19c0-7c95-40e2-b8e9-eda9308d896c",
  "meta": {
    "lastUpdated": "2022-06-29T09:24:43.2621106+00:00"
  },
  "url": "https://simplifier.net/winningtest/execution-plan-relevant-history-profile",
  "name": "ExecutionPlanRelevantHistory",
  "title": "执行计划版本历史",
  "status": "draft",
  "date": "2022-06-29T09:30:39.7204398+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w3c.prov",
      "uri": "http://www.w3.org/ns/prov",
      "name": "W3C PROV"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "fhirauditevent",
      "uri": "http://hl7.org/fhir/auditevent",
      "name": "FHIR AuditEvent Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Provenance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Provenance.target",
        "path": "Provenance.target",
        "short": "操作的目标",
        "definition": "此处表示操作的执行计划",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource",
              "https://simplifier.net/winningtest/execution-plan-action-profile"
            ]
          }
        ]
      },
      {
        "id": "Provenance.occurred[x]",
        "path": "Provenance.occurred[x]",
        "short": "操作时间",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Provenance.recorded",
        "path": "Provenance.recorded",
        "short": "记录时间"
      },
      {
        "id": "Provenance.policy",
        "path": "Provenance.policy",
        "max": "0"
      },
      {
        "id": "Provenance.reason",
        "path": "Provenance.reason",
        "short": "操作原因"
      },
      {
        "id": "Provenance.reason.extension",
        "path": "Provenance.reason.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Provenance.reason.extension:otherActionReason",
        "path": "Provenance.reason.extension",
        "sliceName": "otherActionReason",
        "short": "其他操作原因",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-other-action-reason"
            ]
          }
        ]
      },
      {
        "id": "Provenance.activity",
        "path": "Provenance.activity",
        "short": "操作类型代码"
      },
      {
        "id": "Provenance.agent",
        "path": "Provenance.agent",
        "max": "1"
      },
      {
        "id": "Provenance.agent.type",
        "path": "Provenance.agent.type",
        "max": "0"
      },
      {
        "id": "Provenance.agent.role",
        "path": "Provenance.agent.role",
        "max": "0"
      },
      {
        "id": "Provenance.agent.who",
        "path": "Provenance.agent.who",
        "short": "操作角色",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/practitioner-role-profile"
            ]
          }
        ]
      },
      {
        "id": "Provenance.agent.onBehalfOf",
        "path": "Provenance.agent.onBehalfOf",
        "max": "0"
      },
      {
        "id": "Provenance.entity",
        "path": "Provenance.entity",
        "short": "操作记录",
        "max": "1"
      },
      {
        "id": "Provenance.entity.role",
        "path": "Provenance.entity.role",
        "fixedCode": "source"
      },
      {
        "id": "Provenance.entity.what",
        "path": "Provenance.entity.what",
        "short": "执行计划",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/execution-plan-action-profile",
              "https://simplifier.net/winningtest/execution-plan-relevant-history-profile"
            ]
          }
        ]
      },
      {
        "id": "Provenance.entity.agent",
        "path": "Provenance.entity.agent",
        "max": "0",
        "contentReference": "http://hl7.org/fhir/StructureDefinition/Provenance#Provenance.agent"
      },
      {
        "id": "Provenance.signature",
        "path": "Provenance.signature",
        "max": "0"
      }
    ]
  }
}