Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZIBFHIR-102: Fix CodeSystem properties for zib SNAQ #458

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading