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

FHIR IG Statistics: StructureDefinition/BIV-PR-ERP-PreisangabeEUR

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

Resources that use this resource

StructureDefinition
BIV-PR-ERP-AbrechnungszeilenBIV_PR_ERP_Abrechnungszeilen
BIV-EX-ERP-GesamtzuzahlungBIV_EX_ERP_Gesamtzuzahlung
BIV-EX-ERP-KostenVersicherterBIV_EX_ERP_KostenVersicherter

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "BIV-PR-ERP-PreisangabeEUR",
  "url": "https://fhir.biv-ot.org/eVerordnungAbgabedaten/BIV-PR-ERP-PreisangabeEUR",
  "version": "0.1",
  "name": "BIV_PR_ERP_PreisangabeEUR",
  "title": "BIV_PR_ERP_PreisangabeEUR",
  "status": "active",
  "date": "2024-01-15T18:23:47.3546583+00:00",
  "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}[%content%]#39;)"
          }
        ]
      },
      {
        "id": "Money.currency",
        "path": "Money.currency",
        "min": 1,
        "fixedCode": "EUR"
      }
    ]
  }
}