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

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

Packagede.abda.eRezeptAbgabedaten
Resource TypeStructureDefinition
IdDAV-EX-ERP-MwStSatz
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.abda.eRezeptAbgabedaten@1.0.0&canonical=http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-MwStSatz
URLhttp://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-MwStSatz
Version1.0.0
Statusactive
NameDAV_EX_ERP_MwStSatz
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
DAV-PR-ERP-AbrechnungszeilenDAV_PR_ERP_Abrechnungszeilen
DAV-PR-Base-AbrechnungszeilenDAV_PR_Base_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": "DAV-EX-ERP-MwStSatz",
  "url": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-EX-ERP-MwStSatz",
  "version": "1.0.0",
  "name": "DAV_EX_ERP_MwStSatz",
  "status": "active",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "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"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-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{0,2}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}