{
  "resourceType": "StructureDefinition",
  "id": "DAV-PR-ERP-PreisangabeEUR",
  "url": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-PreisangabeEUR",
  "version": "1.5.0",
  "name": "DAV_PR_ERP_PreisangabeEUR",
  "title": "DAV_PR_ERP_PreisangabeEUR",
  "status": "active",
  "date": "2025-03-31",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Money",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Money",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Money",
        "path": "Money",
        "short": "Preisangabe in Euro"
      },
      {
        "id": "Money.value",
        "path": "Money.value",
        "min": 1,
        "constraint": [
          {
            "key": "Preisangabe-1",
            "severity": "error",
            "human": "Preis-Format muss 1-12 Stellen inkl. Trenner, eventuelles Minusvorzeichen und 2 Nachkommastellen haben.",
            "expression": "toString().matches('^(-\\\\d{1,8}|\\\\d{1,9})\\\\.\\\\d{2}$')",
            "source": "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-PreisangabeEUR"
          }
        ]
      },
      {
        "id": "Money.currency",
        "path": "Money.currency",
        "min": 1,
        "fixedCode": "EUR"
      }
    ]
  }
}