{
  "resourceType": "StructureDefinition",
  "id": "ChargeItem",
  "meta": {
    "lastUpdated": "2020-12-07T01:39:55.807+00:00"
  },
  "url": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/ChargeItem",
  "name": "ChargeItem",
  "title": "费用信息",
  "status": "draft",
  "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": "ChargeItem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ChargeItem",
        "path": "ChargeItem",
        "short": "费用信息",
        "definition": "描述患者在医疗场景中产生的费用信息"
      },
      {
        "id": "ChargeItem.identifier",
        "path": "ChargeItem.identifier",
        "short": "费用信息业务编码",
        "definition": "描述费用信息的业务编码",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.definitionUri",
        "path": "ChargeItem.definitionUri",
        "short": "应用规则的uil",
        "definition": "引用定价信息的(外部)来源，该收费项目使用的代码的应用规则。"
      },
      {
        "id": "ChargeItem.definitionCanonical",
        "path": "ChargeItem.definitionCanonical",
        "short": "应用规则的引用",
        "definition": "引用定价信息的(外部)来源，该收费项目使用的代码的应用规则。"
      },
      {
        "id": "ChargeItem.status",
        "path": "ChargeItem.status",
        "short": "费用状态",
        "definition": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown"
      },
      {
        "id": "ChargeItem.status.extension",
        "path": "ChargeItem.status.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "ChargeItem.status.extension:status",
        "path": "ChargeItem.status.extension",
        "sliceName": "status",
        "short": "费用状态",
        "definition": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/resource-status"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/chargeitem-status-vs"
        }
      },
      {
        "id": "ChargeItem.partOf",
        "path": "ChargeItem.partOf",
        "short": "该项目的上一级收费项目",
        "definition": "该项目的上一级收费项目",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.code",
        "path": "ChargeItem.code",
        "short": "收费项目编码",
        "definition": "描述该费用的具体编码信息",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.subject",
        "path": "ChargeItem.subject",
        "short": "患者",
        "definition": "该次收费的患者信息",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.context",
        "path": "ChargeItem.context",
        "short": "医疗事件",
        "definition": "该次费用的医疗事件，如某次门诊，某次住院等。",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.occurrence[x]",
        "path": "ChargeItem.occurrence[x]",
        "short": "收费日期",
        "definition": "应当结算费用的日期",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "ChargeItem.performer",
        "path": "ChargeItem.performer",
        "short": "收费人",
        "definition": "收取该费用的人员"
      },
      {
        "id": "ChargeItem.performer.function",
        "path": "ChargeItem.performer.function",
        "short": "参与者类别",
        "definition": "描述参与该次收费的人员的类型。",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.performer.actor",
        "path": "ChargeItem.performer.actor",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "ChargeItem.performingOrganization",
        "path": "ChargeItem.performingOrganization",
        "short": "请求收费机构",
        "definition": "请求服务的组织。",
        "max": "0"
      },
      {
        "id": "ChargeItem.requestingOrganization",
        "path": "ChargeItem.requestingOrganization",
        "short": "收费机构",
        "definition": "执行服务的组织。",
        "max": "0"
      },
      {
        "id": "ChargeItem.costCenter",
        "path": "ChargeItem.costCenter",
        "max": "0"
      },
      {
        "id": "ChargeItem.quantity",
        "path": "ChargeItem.quantity",
        "short": "服务数量",
        "definition": "应该收费的数量"
      },
      {
        "id": "ChargeItem.bodysite",
        "path": "ChargeItem.bodysite",
        "short": "部位",
        "definition": "应用相关服务的解剖位置。",
        "max": "0"
      },
      {
        "id": "ChargeItem.factorOverride",
        "path": "ChargeItem.factorOverride",
        "max": "0"
      },
      {
        "id": "ChargeItem.overrideReason",
        "path": "ChargeItem.overrideReason",
        "max": "0"
      },
      {
        "id": "ChargeItem.enterer",
        "path": "ChargeItem.enterer",
        "max": "0"
      },
      {
        "id": "ChargeItem.enteredDate",
        "path": "ChargeItem.enteredDate",
        "max": "0"
      },
      {
        "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",
        "type": [
          {
            "code": "Annotation",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Annotation"
            ]
          }
        ]
      }
    ]
  }
}