diff --git a/Resources/input/fsh/Beispiel-patient-ausfuehrlich.fsh b/Resources/input/fsh/Beispiel-patient-ausfuehrlich.fsh index 7799995d..c8eb3c89 100644 --- a/Resources/input/fsh/Beispiel-patient-ausfuehrlich.fsh +++ b/Resources/input/fsh/Beispiel-patient-ausfuehrlich.fsh @@ -81,7 +81,7 @@ Usage: #example * link[0].other = Reference(Patient/9876) * link[0].type = #seealso -Invariant: isik-pat-1 +/*Invariant: isik-pat-1 Description: "Falls die Geschlechtsangabe 'other' gewählt wird, muss die amtliche Differenzierung per Extension angegeben werden" Severity: #error Expression: "gender.exists() and gender='other' implies gender.extension('http://fhir.de/StructureDefinition/gender-amtlich-de').exists()" @@ -89,4 +89,4 @@ Expression: "gender.exists() and gender='other' implies gender.extension('http:/ Invariant: address-cnt-2or3-char Description: "The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2." Severity: #warning -Expression: "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))" +Expression: "country.empty() or (country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-2') or country.memberOf('http://hl7.org/fhir/ValueSet/iso3166-1-3'))"*/