Skip to content

Commit c3cab32

Browse files
committed
Added datatypes
1 parent 6db9199 commit c3cab32

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Resources/input/fsh/Basis/ISiKAllergieUnvertraeglichkeit.fsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ Bitte auch beachten, dass verificationStatus bei Condition derzeit KEIN MS-Flag
6868
* coding[snomed-ct] MS
6969
* coding[snomed-ct] only ISiKSnomedCTCoding
7070
* coding[ask] MS
71-
* coding[ask] only CodingASK
71+
* coding[ask] only ISiKASKCoding
7272
* system MS
7373
* code MS
7474
* display MS
7575
* coding[atc] MS
76-
* coding[atc] only CodingATC
76+
* coding[atc] only ISiKATCCoding
7777
* system MS
7878
* version MS
7979
* code MS

Resources/input/fsh/Labor/ISiKLaboruntersuchung.fsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ In FHIR werden Untersuchungen, bzw. Beobachtungen als [`Observation`](https://hl
3838
* ^short = "Anzeige-/Bezeichnungstext für den Laborparameter-Code"
3939
* text MS
4040
* coding contains loinc 1.. MS
41+
* coding[loinc] only ISiKLoincCoding
4142
* coding[loinc] ^patternCoding.system = $loinc
4243
* subject only Reference(Patient)
4344
* subject 1.. MS

Resources/input/fsh/_Commons/ruleset.fsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ RuleSet: ISiKVitalsignCommons
125125
* ^comment = "Motivation MS: Semantische Kodierung"
126126
* ^short = "Coding"
127127
* coding[loinc] MS
128+
* coding[loinc] only ISiKLoincCoding
128129
* ^short = "LOINC Kodierung"
129130
* ^comment = "Motivation MS: Kodierung des Vitalparameters mittels LOINC."
130131
* coding[snomed] MS
132+
* coding[snomed] only ISiKSnomedCTCoding
131133
* ^short = "SNOMED CT Kodierung"
132134
* ^comment = "Motivation MS: Kodierung des Vitalparameters mittels SNOMED CT."
133135
* subject MS

0 commit comments

Comments
 (0)