Skip to content

Commit

Permalink
Merge pull request #458 from Nictiz/ZIBFHIR-102
Browse files Browse the repository at this point in the history
ZIBFHIR-102: Fix CodeSystem properties for zib SNAQ
  • Loading branch information
pieter-edelman-nictiz authored Sep 26, 2024
2 parents 47c7383 + 6a1b484 commit 5f93401
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,9 @@
<caseSensitive value="false"/>
<content value="complete"/>
<count value="2"/>
<property>
<code value="ordinal-value"/>
<uri value="http://hl7.org/fhir/StructureDefinition/ordinalValue"/>
<description value="A numeric value that allows the comparison (less than, greater than) or other numerical manipulation of a concept (e.g. Adding up components of a score). Scores are usually a whole number, but occasionally decimals are encountered in scores."/>
<type value="integer"/>
</property>
<property>
<code value="status"/>
<uri value="http://hl7.org/fhir/concept-properties"/>
<uri value="http://hl7.org/fhir/concept-properties#status"/>
<description value="A code that indicates the status of the concept. Values found in this version of the code system are: active"/>
<type value="code"/>
</property>
Expand All @@ -60,10 +54,6 @@
<code value="B0"/>
<display value="Eetlust"/>
<definition value="Normale eetlust"/>
<property>
<code value="ordinal-value"/>
<valueInteger value="0"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand All @@ -76,10 +66,6 @@
<code value="B1"/>
<display value="GeenEetlust"/>
<definition value="Verminderde eetlust de afgelopen maand"/>
<property>
<code value="ordinal-value"/>
<valueInteger value="1"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,15 @@
<caseSensitive value="false"/>
<content value="complete"/>
<count value="4"/>
<property>
<code value="ordinal-value"/>
<uri value="http://hl7.org/fhir/StructureDefinition/ordinalValue"/>
<description value="A numeric value that allows the comparison (less than, greater than) or other numerical manipulation of a concept (e.g. Adding up components of a score). Scores are usually a whole number, but occasionally decimals are encountered in scores."/>
<type value="integer"/>
</property>
<property>
<code value="status"/>
<uri value="http://hl7.org/fhir/concept-properties"/>
<uri value="http://hl7.org/fhir/concept-properties#status"/>
<description value="A code that indicates the status of the concept. Values found in this version of the code system are: active"/>
<type value="code"/>
</property>
<property>
<code value="effectiveDate"/>
<uri value="http://hl7.org/fhir/concept-properties"/>
<uri value="http://hl7.org/fhir/concept-properties#effectiveDate"/>
<description value="The date at which the concept was status was last changed. This is calculated based on the highest of 'creation date', 'expiration date', and 'official release date'"/>
<type value="dateTime"/>
</property>
Expand All @@ -75,10 +69,6 @@
</use>
<value value="LossLow"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="0"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand All @@ -100,10 +90,6 @@
</use>
<value value="LossAverage"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="2"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand All @@ -125,10 +111,6 @@
</use>
<value value="LossHigh"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="3"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand All @@ -150,10 +132,6 @@
</use>
<value value="LossBothAverageAndHigh"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="5"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,9 @@
<caseSensitive value="false"/>
<content value="complete"/>
<count value="2"/>
<property>
<code value="ordinal-value"/>
<uri value="http://hl7.org/fhir/StructureDefinition/ordinalValue"/>
<description value="A numeric value that allows the comparison (less than, greater than) or other numerical manipulation of a concept (e.g. Adding up components of a score). Scores are usually a whole number, but occasionally decimals are encountered in scores."/>
<type value="integer"/>
</property>
<property>
<code value="status"/>
<uri value="http://hl7.org/fhir/concept-properties"/>
<uri value="http://hl7.org/fhir/concept-properties#status"/>
<description value="A code that indicates the status of the concept. Values found in this version of the code system are: active"/>
<type value="code"/>
</property>
Expand All @@ -60,10 +54,6 @@
<code value="Z0"/>
<display value="GeenVoeding"/>
<definition value="Geen drink- of sondevoeding"/>
<property>
<code value="ordinal-value"/>
<valueInteger value="0"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand All @@ -76,10 +66,6 @@
<code value="Z1"/>
<display value="Voeding"/>
<definition value="Drink- of sondevoeding in de afgelopen maand"/>
<property>
<code value="ordinal-value"/>
<valueInteger value="1"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
Expand Down

0 comments on commit 5f93401

Please sign in to comment.