Skip to content

Commit

Permalink
method soll kein must-support sein
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lang committed Mar 6, 2024
1 parent 06fb4e3 commit dc32e3e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
]
},
"status": "final",
"method": {
"text": "AMTS Best Practice"
},
"code": {
"text": "AMTS Risikobewertung"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,39 +55,6 @@
"path": "RiskAssessment.status",
"mustSupport": true
},
{
"id": "RiskAssessment.method",
"path": "RiskAssessment.method",
"short": "Methode der Risikobeurteilung",
"mustSupport": true
},
{
"id": "RiskAssessment.method.coding",
"path": "RiskAssessment.method.coding",
"mustSupport": true
},
{
"id": "RiskAssessment.method.coding.system",
"path": "RiskAssessment.method.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "RiskAssessment.method.coding.code",
"path": "RiskAssessment.method.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "RiskAssessment.method.coding.display",
"path": "RiskAssessment.method.coding.display",
"mustSupport": true
},
{
"id": "RiskAssessment.method.text",
"path": "RiskAssessment.method.text",
"mustSupport": true
},
{
"id": "RiskAssessment.code",
"path": "RiskAssessment.code",
Expand Down
8 changes: 0 additions & 8 deletions Resources/input/fsh/ISiKAMTSBewertung.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ Description: "Dieses Profil ermöglicht die Abbildung von Informationen zur Risi
* id MS
* ^short = "eindeutige ID der Ressource auf dem Server"
* status MS
* method MS
* ^short = "Methode der Risikobeurteilung"
* coding MS
* system 1..1 MS
* code 1..1 MS
* display MS
* text MS
* code MS
* ^short = "Art der Risikobeurteilung"
* coding MS
Expand Down Expand Up @@ -73,7 +66,6 @@ Instance: ExampleISiKAMTSBewertung1
InstanceOf: ISiKAMTSBewertung
Usage: #example
* status = #final
* method.text = "AMTS Best Practice"
* code.text = "AMTS Risikobewertung"
* subject.reference = "Patient/PatientinMusterfrau"
* encounter.reference = "Encounter/Fachabteilungskontakt"
Expand Down

0 comments on commit dc32e3e

Please sign in to comment.