{
  "resourceType": "StructureDefinition",
  "id": "VGHKS-ChargeItem",
  "url": "https://example.org/fhir/StructureDefinition/VGHKSChargeItem",
  "name": "VGHKSChargeItem",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ChargeItem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ChargeItem.identifier",
        "path": "ChargeItem.identifier",
        "max": "0"
      },
      {
        "id": "ChargeItem.definitionUri",
        "path": "ChargeItem.definitionUri",
        "max": "0"
      },
      {
        "id": "ChargeItem.definitionCanonical",
        "path": "ChargeItem.definitionCanonical",
        "max": "0"
      },
      {
        "id": "ChargeItem.status",
        "path": "ChargeItem.status",
        "short": "申報狀態[planned | billable | not-billable | aborted | billed | entered-in-error | unknown](請輸入 billed )"
      },
      {
        "id": "ChargeItem.partOf",
        "path": "ChargeItem.partOf",
        "max": "0"
      },
      {
        "id": "ChargeItem.code",
        "path": "ChargeItem.code",
        "short": "申報類別"
      },
      {
        "id": "ChargeItem.code.coding",
        "path": "ChargeItem.code.coding",
        "short": "申報類別"
      },
      {
        "id": "ChargeItem.code.coding.version",
        "path": "ChargeItem.code.coding.version",
        "max": "0"
      },
      {
        "id": "ChargeItem.code.coding.code",
        "path": "ChargeItem.code.coding.code",
        "short": "TOTFA.t5, TOTFB.t5, LABM.h5"
      },
      {
        "id": "ChargeItem.code.coding.userSelected",
        "path": "ChargeItem.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "ChargeItem.subject",
        "path": "ChargeItem.subject",
        "short": "患者Resource"
      },
      {
        "id": "ChargeItem.subject.reference",
        "path": "ChargeItem.subject.reference",
        "short": "患者Resource Link"
      },
      {
        "id": "ChargeItem.subject.type",
        "path": "ChargeItem.subject.type",
        "max": "0"
      },
      {
        "id": "ChargeItem.subject.identifier",
        "path": "ChargeItem.subject.identifier",
        "max": "0"
      },
      {
        "id": "ChargeItem.subject.display",
        "path": "ChargeItem.subject.display",
        "max": "0"
      },
      {
        "id": "ChargeItem.context",
        "path": "ChargeItem.context",
        "max": "0"
      },
      {
        "id": "ChargeItem.occurrence[x]",
        "path": "ChargeItem.occurrence[x]",
        "short": "申報日期(TOTFA.t6, TOTFB.t6, LABM.h6)",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "ChargeItem.performer",
        "path": "ChargeItem.performer",
        "max": "0"
      },
      {
        "id": "ChargeItem.performingOrganization",
        "path": "ChargeItem.performingOrganization",
        "max": "0"
      },
      {
        "id": "ChargeItem.requestingOrganization",
        "path": "ChargeItem.requestingOrganization",
        "max": "0"
      },
      {
        "id": "ChargeItem.costCenter",
        "path": "ChargeItem.costCenter",
        "max": "0"
      },
      {
        "id": "ChargeItem.quantity",
        "path": "ChargeItem.quantity",
        "max": "0"
      },
      {
        "id": "ChargeItem.bodysite",
        "path": "ChargeItem.bodysite",
        "max": "0"
      },
      {
        "id": "ChargeItem.factorOverride",
        "path": "ChargeItem.factorOverride",
        "max": "0"
      },
      {
        "id": "ChargeItem.priceOverride",
        "path": "ChargeItem.priceOverride",
        "max": "0"
      },
      {
        "id": "ChargeItem.overrideReason",
        "path": "ChargeItem.overrideReason",
        "max": "0"
      },
      {
        "id": "ChargeItem.enterer",
        "path": "ChargeItem.enterer",
        "max": "0"
      },
      {
        "id": "ChargeItem.enteredDate",
        "path": "ChargeItem.enteredDate",
        "short": "費用年月(TOTFA.t3, TOTFB.t3, LABM.h4)"
      },
      {
        "id": "ChargeItem.reason",
        "path": "ChargeItem.reason",
        "max": "0"
      },
      {
        "id": "ChargeItem.service",
        "path": "ChargeItem.service",
        "max": "0"
      },
      {
        "id": "ChargeItem.product[x]",
        "path": "ChargeItem.product[x]",
        "max": "0"
      },
      {
        "id": "ChargeItem.account",
        "path": "ChargeItem.account",
        "max": "0"
      },
      {
        "id": "ChargeItem.note",
        "path": "ChargeItem.note",
        "max": "0"
      },
      {
        "id": "ChargeItem.supportingInformation",
        "path": "ChargeItem.supportingInformation",
        "max": "0"
      }
    ]
  }
}