Skip to content

Commit

Permalink
Merge pull request #606 from hl7germany/HFB-77-ExtensionAbrechnungsDi…
Browse files Browse the repository at this point in the history
…agnoseProzedur

Fix Kardinalitäten ExtensionAbrechnungsDiagnoseProzedur
  • Loading branch information
alexzautke authored Jan 22, 2025
2 parents 503c9b8 + 2d9fede commit 4a0ff4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@
"path": "Extension",
"short": "Fallbezogene Abrechnungsrelevanz von Diagnosen und Prozeduren"
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"min": 2
},
{
"id": "Extension.extension:Use",
"path": "Extension.extension",
"sliceName": "Use",
"min": 0,
"min": 1,
"max": "1"
},
{
Expand Down Expand Up @@ -74,7 +79,7 @@
"id": "Extension.extension:Referenz",
"path": "Extension.extension",
"sliceName": "Referenz",
"min": 0,
"min": 1,
"max": "*"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Description: """Diese Extension erlaubt es einem Account Diagnosen oder Prozedur
* ^context.expression = "Account"
* . ^short = "Fallbezogene Abrechnungsrelevanz von Diagnosen und Prozeduren"
* extension contains
Use 0..1 and
Referenz 0..*
Use 1..1 and
Referenz 1..*
* extension[Use].value[x] only Coding
* extension[Use].valueCoding 0..1
* extension[Use].valueCoding from AbrechnungsDiagnoseProzedur (extensible)
Expand Down

0 comments on commit 4a0ff4e

Please sign in to comment.