{
  "resourceType": "StructureDefinition",
  "id": "ChargeItemDistributionSAPProposalV1",
  "url": "http://sap.com/healthcare/fhir/StructureDefinition/ChargeItemDistributionSAPProposalV1",
  "name": "ChargeItemDistributionSAPProposalV1",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://sap.com/healthcare/fhir/StructureDefinition/ChargeItemDistributionSAPProposalV1",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "ChargeItemDistributionSAPProposalV1",
        "path": "ChargeItemDistributionSAPProposalV1",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.identifier",
        "path": "ChargeItemDistributionSAPProposalV1.identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.status",
        "path": "ChargeItemDistributionSAPProposalV1.status",
        "definition": "new | distributed | priced | requested | confirmed | cancelled",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ],
        "fixedCode": "new|distributed|priced|requested|confirmed|cancelled"
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.subject",
        "path": "ChargeItemDistributionSAPProposalV1.subject",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.chargeItem",
        "path": "ChargeItemDistributionSAPProposalV1.chargeItem",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/chargeItem"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.context",
        "path": "ChargeItemDistributionSAPProposalV1.context",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Account"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.coverage",
        "path": "ChargeItemDistributionSAPProposalV1.coverage",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.coverage.coverage",
        "path": "ChargeItemDistributionSAPProposalV1.coverage.coverage",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/coverage"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.coverage.priority",
        "path": "ChargeItemDistributionSAPProposalV1.coverage.priority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "positiveInt",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/positiveInt"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedQuantity",
        "path": "ChargeItemDistributionSAPProposalV1.distributedQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Quantity"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount.net",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount.gross",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount.gross",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount.component",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount.component",
        "definition": "pricing conditions",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount.component.type",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount.component.type",
        "short": "base | surcharge | deduction | discount | tax | informational",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ],
        "fixedCode": "base | surcharge | deduction | discount | tax | informational"
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount.component.code",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount.component.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.distributedAmount.component.amount",
        "path": "ChargeItemDistributionSAPProposalV1.distributedAmount.component.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedQuantity",
        "path": "ChargeItemDistributionSAPProposalV1.requestedQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Quantity"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount.net",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount.gross",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount.gross",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount.component",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount.component",
        "definition": "pricing conditions",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount.component.type",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount.component.type",
        "short": "base | surcharge | deduction | discount | tax | informational",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ],
        "fixedCode": "base | surcharge | deduction | discount | tax | informational"
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount.component.code",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount.component.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.requestedAmount.component.amount",
        "path": "ChargeItemDistributionSAPProposalV1.requestedAmount.component.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedQuantity",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedQuantity",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Quantity"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount.net",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount.net",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount.gross",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount.gross",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component",
        "definition": "pricing conditions",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component.type",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component.type",
        "short": "base | surcharge | deduction | discount | tax | informational",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/code"
            ]
          }
        ],
        "fixedCode": "base | surcharge | deduction | discount | tax | informational"
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component.code",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component.code",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component.amount",
        "path": "ChargeItemDistributionSAPProposalV1.confirmedAmount.component.amount",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Money"
            ]
          }
        ]
      }
    ]
  }
}