{
  "resourceType": "StructureDefinition",
  "id": "MaChargeItemInterneLeistung",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Interne Leistung</p><p>Profil für die Abbildung einer internen Krankenhausleistung, die nicht über den Einheitlichen Bewertungsmaßstab abgerechnet werden</p></div>"
  },
  "url": "http://ma-ambulant.de/StructureDefinition/MaChargeItemInterneLeistung",
  "name": "MaChargeItemInterneLeistung",
  "title": "Interne Leistung",
  "status": "draft",
  "description": "Profil für die Abbildung einer internen Krankenhausleistung, die nicht über den Einheitlichen Bewertungsmaßstab abgerechnet werden",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "ChargeItem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ChargeItem.status",
        "path": "ChargeItem.status",
        "short": "Abrechnungsstatus",
        "mustSupport": true
      },
      {
        "id": "ChargeItem.code",
        "path": "ChargeItem.code",
        "short": "Organisationsspezifische Bezeichnung für diese Leistung",
        "mustSupport": true
      },
      {
        "id": "ChargeItem.code.coding",
        "path": "ChargeItem.code.coding",
        "mustSupport": true
      },
      {
        "id": "ChargeItem.subject",
        "path": "ChargeItem.subject",
        "short": "Patientenbezug",
        "mustSupport": true
      },
      {
        "id": "ChargeItem.occurrence[x]",
        "path": "ChargeItem.occurrence[x]",
        "short": "Zeitpunkt der Leistungserbringung",
        "mustSupport": true
      },
      {
        "id": "ChargeItem.quantity",
        "path": "ChargeItem.quantity",
        "short": "Anzahl der Leistungen",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ChargeItem.account",
        "path": "ChargeItem.account",
        "short": "Zuordnung zum Schein",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ma-ambulant.de/StructureDefinition/MaAccountSchein"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}