PackagesCanonicalsLogsProblems
    Packages
    tiplu.maia.schnittstellendefinition@1.0.3
    https://tiplu.de/fhir/maia/StructureDefinition/MaiaAbrechnungsfall
{
  "description": "Das vorliegende Account-Profil im Use Case eines Abrechnungsfalls beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.",
  "_filename": "StructureDefinition-MaiaAbrechnungsfall.json",
  "package_name": "tiplu.maia.schnittstellendefinition",
  "date": "2023-02-27",
  "derivation": "constraint",
  "publisher": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "name": "MaiaAbrechnungsfall",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Account",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Maia Abrechnungsfall",
  "package_version": "1.0.3",
  "status": "active",
  "id": "62faced9-3bf4-4697-8a11-afaac63270a9",
  "kind": "resource",
  "url": "https://tiplu.de/fhir/maia/StructureDefinition/MaiaAbrechnungsfall",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Account.id",
      "min": 1,
      "path": "Account.id",
      "mustSupport": true
    }, {
      "id": "Account.extension",
      "path": "Account.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Account.extension:TageOhneBerechnung",
      "max": "1",
      "min": 0,
      "path": "Account.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://tiplu.de/fhir/StructureDefinition/TageOhneBerechnung" ]
      } ],
      "sliceName": "TageOhneBerechnung",
      "mustSupport": true
    }, {
      "id": "Account.extension:AbrechnungsDiagnoseProzedur",
      "max": "1",
      "min": 0,
      "path": "Account.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://fhir.de/StructureDefinition/ExtensionAbrechnungsDiagnoseProzedur" ]
      } ],
      "sliceName": "AbrechnungsDiagnoseProzedur",
      "mustSupport": true
    }, {
      "id": "Account.identifier",
      "min": 1,
      "path": "Account.identifier",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Account.identifier:Aufnahmenummer",
      "max": "1",
      "min": 1,
      "path": "Account.identifier",
      "sliceName": "Aufnahmenummer",
      "mustSupport": true,
      "patternIdentifier": {
        "type": {
          "coding": [ {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          } ]
        }
      }
    }, {
      "id": "Account.identifier:Aufnahmenummer.type",
      "min": 1,
      "path": "Account.identifier.type",
      "mustSupport": true
    }, {
      "id": "Account.identifier:Aufnahmenummer.system",
      "min": 1,
      "path": "Account.identifier.system",
      "mustSupport": true
    }, {
      "id": "Account.identifier:Aufnahmenummer.value",
      "min": 1,
      "path": "Account.identifier.value",
      "mustSupport": true
    }, {
      "id": "Account.status",
      "path": "Account.status",
      "mustSupport": true
    }, {
      "id": "Account.type",
      "path": "Account.type",
      "mustSupport": true
    }, {
      "id": "Account.subject",
      "min": 1,
      "path": "Account.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Account"
}