{
  "resourceType": "StructureDefinition",
  "id": "f293fb18-9c8d-4fcd-a807-78f64771f0e7",
  "meta": {
    "lastUpdated": "2021-01-19T08:43:55.566+00:00"
  },
  "url": "https://simplifier.net/winningtest/order-state-change-communication-profile",
  "name": "OrderStateChangeCommunication",
  "title": "Order State Change Communication",
  "status": "draft",
  "date": "2021-01-19T08:43:17.499655+00:00",
  "description": "医嘱状态变更记录",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Communication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Communication.instantiatesCanonical",
        "path": "Communication.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "Communication.instantiatesUri",
        "path": "Communication.instantiatesUri",
        "max": "0"
      },
      {
        "id": "Communication.basedOn",
        "path": "Communication.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/order-state-change-request-profile"
            ]
          }
        ]
      },
      {
        "id": "Communication.partOf",
        "path": "Communication.partOf",
        "max": "0"
      },
      {
        "id": "Communication.inResponseTo",
        "path": "Communication.inResponseTo",
        "max": "0"
      },
      {
        "id": "Communication.status",
        "path": "Communication.status",
        "fixedCode": "completed"
      },
      {
        "id": "Communication.medium",
        "path": "Communication.medium",
        "short": "交互类型"
      },
      {
        "id": "Communication.topic",
        "path": "Communication.topic",
        "short": "目的说明"
      },
      {
        "id": "Communication.about",
        "path": "Communication.about",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/execution-order-profile"
            ]
          }
        ]
      },
      {
        "id": "Communication.sent",
        "path": "Communication.sent",
        "short": "发送时间"
      },
      {
        "id": "Communication.received",
        "path": "Communication.received",
        "short": "接收时间"
      },
      {
        "id": "Communication.recipient",
        "path": "Communication.recipient",
        "short": "接收人/签收人"
      },
      {
        "id": "Communication.sender",
        "path": "Communication.sender",
        "short": "发送人"
      },
      {
        "id": "Communication.reasonCode",
        "path": "Communication.reasonCode",
        "short": "医嘱变更请求类型",
        "definition": "产生此次Communication的原因是医嘱状态发生变更",
        "binding": {
          "strength": "required",
          "description": "医嘱变更请求类型代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.94714"
        }
      },
      {
        "id": "Communication.reasonReference",
        "path": "Communication.reasonReference",
        "max": "0"
      },
      {
        "id": "Communication.payload.content[x]",
        "path": "Communication.payload.content[x]",
        "short": "消息携带的信息",
        "definition": "一般为医嘱或护嘱信息",
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}