FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/BIV-EX-ERP-MwStSatz

Packagede.biv-ot.everordnungabgabedaten
Resource TypeStructureDefinition
IdBIV-EX-ERP-MwStSatz
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.biv-ot.everordnungabgabedaten@0.1.0-preview&canonical=https://fhir.biv-ot.org/eVerordnungAbgabedaten/BIV-EX-ERP-MwStSatz
URLhttps://fhir.biv-ot.org/eVerordnungAbgabedaten/BIV-EX-ERP-MwStSatz
Version0.1
Statusactive
Date2024-01-15T18:23:47.3546583+00:00
NameBIV_EX_ERP_MwStSatz
TitleBIV_EX_ERP_MwStSatz
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
BIV-PR-ERP-AbrechnungszeilenBIV_PR_ERP_Abrechnungszeilen

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "BIV-EX-ERP-MwStSatz",
  "url": "https://fhir.biv-ot.org/eVerordnungAbgabedaten/BIV-EX-ERP-MwStSatz",
  "version": "0.1",
  "name": "BIV_EX_ERP_MwStSatz",
  "title": "BIV_EX_ERP_MwStSatz",
  "status": "active",
  "date": "2024-01-15T18:23:47.3546583+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Invoice.lineItem.priceComponent"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Angabe des Mehrwertsteuersatzes",
        "definition": "Extension zur Angabe des Mehrwersteuersatzes",
        "max": "1",
        "mustSupport": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.biv-ot.org/eVerordnungAbgabedaten/BIV-EX-ERP-MwStSatz"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Mehrwertsteuersatz",
        "definition": "Angabe des angewendeten Mehrwertsteuersatzes (2 Nachkommastellen).",
        "min": 1,
        "type": [
          {
            "code": "decimal"
          }
        ],
        "constraint": [
          {
            "key": "EX-MwStSatz-1",
            "severity": "error",
            "human": "MwSt Format muss 1-5 Stellen inkl. Trenner und 2 Nachkommastellen haben.",
            "expression": "toString().matches('^\\\\d{1,2}\\\\.\\\\d{2}[%content%]#39;)"
          }
        ]
      }
    ]
  }
}