{
  "resourceType": "StructureDefinition",
  "id": "2d25a079-7bbb-4a37-8f63-ea55c142c1d9",
  "meta": {
    "lastUpdated": "2021-12-15T14:43:14.574+00:00"
  },
  "url": "https://simplifier.net/winningtest/supply-request-profile",
  "name": "SupplyRequest",
  "title": "Supply Request",
  "status": "draft",
  "date": "2021-12-15T14:32:35.8789879+00:00",
  "description": "库存申请",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "SupplyRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SupplyRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "SupplyRequest.category",
        "path": "SupplyRequest.category",
        "max": "0"
      },
      {
        "id": "SupplyRequest.priority",
        "path": "SupplyRequest.priority",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x]",
        "path": "SupplyRequest.item[x]",
        "short": "药品",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/medication-profile"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "SupplyRequest.quantity",
        "path": "SupplyRequest.quantity",
        "short": "请领数量"
      },
      {
        "id": "SupplyRequest.parameter",
        "path": "SupplyRequest.parameter",
        "max": "0"
      },
      {
        "id": "SupplyRequest.occurrence[x]",
        "path": "SupplyRequest.occurrence[x]",
        "short": "使用时间"
      },
      {
        "id": "SupplyRequest.authoredOn",
        "path": "SupplyRequest.authoredOn",
        "short": "请领时间"
      },
      {
        "id": "SupplyRequest.requester",
        "path": "SupplyRequest.requester",
        "short": "请求方",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/practitioner-profile",
              "https://simplifier.net/winningtest/department-profile"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "SupplyRequest.supplier",
        "path": "SupplyRequest.supplier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.reasonCode",
        "path": "SupplyRequest.reasonCode",
        "max": "0"
      },
      {
        "id": "SupplyRequest.reasonReference",
        "path": "SupplyRequest.reasonReference",
        "max": "0"
      },
      {
        "id": "SupplyRequest.deliverFrom",
        "path": "SupplyRequest.deliverFrom",
        "short": "提供方",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/department-profile"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "SupplyRequest.deliverTo",
        "path": "SupplyRequest.deliverTo",
        "short": "接收方",
        "max": "0",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/department-profile"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      }
    ]
  }
}