Skip to content

Commit

Permalink
deleted unused example
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoen-tiplu committed May 29, 2024
1 parent 53db7ff commit 0234418
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 70 deletions.
8 changes: 0 additions & 8 deletions Resources/fsh-generated/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,6 @@
"startLine": 180,
"endLine": 201
},
{
"outputFile": "ChargeItem-DummyChargeItem.json",
"fshName": "DummyChargeItem",
"fshType": "Instance",
"fshFile": "Profiles\\ergpkv-rechnungsposition.fsh",
"startLine": 35,
"endLine": 49
},
{
"outputFile": "ChargeItem-R2444ChargeItem.json",
"fshName": "R2444ChargeItem",
Expand Down
1 change: 0 additions & 1 deletion Resources/fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Bundle-BulkSubmitExample.json
Bundle-KindBundle.json KindBundle Instance Szenarien\Szenario3a-LE-Alternative.fsh 55 - 64
Bundle-PatientenBundle.json PatientenBundle Instance Szenarien\Szenario3a-LE-Alternative.fsh 47 - 53
Bundle-R2444Bundle.json R2444Bundle Instance Examples\BeispielRechnung.fsh 180 - 201
ChargeItem-DummyChargeItem.json DummyChargeItem Instance Profiles\ergpkv-rechnungsposition.fsh 35 - 49
ChargeItem-R2444ChargeItem.json R2444ChargeItem Instance Examples\BeispielRechnung.fsh 54 - 69
CodeSystem-BehandlungsartCS.json BehandlungsartCS CodeSystem Examples\BeispielRechnung.fsh 133 - 136
CodeSystem-GebuehrenordnungenCS.json GebuehrenordnungenCS CodeSystem Examples\BeispielRechnung.fsh 144 - 148
Expand Down
43 changes: 0 additions & 43 deletions Resources/fsh-generated/resources/ChargeItem-DummyChargeItem.json

This file was deleted.

19 changes: 1 addition & 18 deletions Resources/input/fsh/Profiles/ergpkv-rechnungsposition.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,4 @@ Title: "ERGPKV Preisdetails Rechnungsposition"
* extension[type].valueCode from http://hl7.org/fhir/invoice-priceComponentType (required)
* extension[code].value[x] only CodeableConcept // ToDo: Create VS
* extension[factor].value[x] only decimal
* extension[amount].value[x] only Money

Instance: DummyChargeItem
InstanceOf: ERGPKVRechnungsposition
* status = #billable
//* code = http://fhir.de/CodeSystem/bäk/goä#123 "keine Ahnung"
* code.coding
* system = "http://fhir.de/CodeSystem/bäk/goä"
* code = #123
* code.text = "weiß auch nicht"
* subject.display = "irgendwer"
* occurrencePeriod.start = 1970-01-01
* quantity.value = 1
* factorOverride = 0.0
* priceOverride.value = 0
* extension[unitPriceComponent]
* extension[type].valueCode = #tax

* extension[amount].value[x] only Money

0 comments on commit 0234418

Please sign in to comment.