Skip to content

Commit

Permalink
Re-add CodeSystem resources with proper file name capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-edelman-nictiz committed Sep 16, 2024
1 parent 2f64658 commit ff625ce
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="2.16.840.1.113883.2.4.3.11.60.40.4.2.1"/>
<meta>
<profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
<!--<profile value="http://hl7.org/fhir/4.0/StructureDefinition/CodeSystem"/>-->
</meta>
<language value="nl-NL"/>
<text>
<status value="empty"/>
<div xmlns="http://www.w3.org/1999/xhtml" lang="nl-NL" xml:lang="nl-NL">Definitie-resources zijn niet voorzien van een narrative. Een menselijk leesbare versie is te vinden via de implementation guide(s) waarin deze resource gebruikt wordt.</div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod">
<valuePeriod>
<start value="2020-09-01T00:00:00Z"/>
</valuePeriod>
</extension>
<url value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.2.1"/>
<identifier>
<use value="official"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.2.1"/>
</identifier>
<version value="2020-09-01T00:00:00"/>
<name value="GCS_Eyes"/>
<title value="GCS_Eyes"/>
<status value="active"/>
<experimental value="false"/>
<publisher value="Registratie aan de bron"/>
<contact>
<name value="Registratie aan de bron"/>
<telecom>
<system value="url"/>
<value value="https://www.registratieaandebron.nl"/>
</telecom>
<telecom>
<system value="url"/>
<value value="https://www.zibs.nl"/>
</telecom>
</contact>
<description value="GCS_Eyes"/>
<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"/>
<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>
<concept>
<extension url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="1"/>
</extension>
<code value="E1"/>
<display value="Geen reactie"/>
<definition value="Geen reactie [De ogen blijven gesloten onder elke omstandigheid]"/>
<designation>
<language value="en-US"/>
<use>
<system value="http://snomed.info/sct"/>
<code value="900000000000013009"/>
<display value="Synonym"/>
</use>
<value value="No response"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="1"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
</property>
</concept>
<concept>
<extension url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="2"/>
</extension>
<code value="E2"/>
<display value="Bij een prikkel"/>
<definition value="Bij een prikkel [De ogen worden pas geopend na geven van een fysieke prikkel]"/>
<designation>
<language value="en-US"/>
<use>
<system value="http://snomed.info/sct"/>
<code value="900000000000013009"/>
<display value="Synonym"/>
</use>
<value value="To stimuli"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="2"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
</property>
</concept>
<concept>
<extension url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="3"/>
</extension>
<code value="E3"/>
<display value="Bij aanspreken of aanroepen"/>
<definition value="Bij aanspreken of aanroepen [De ogen worden pas geopend op aanspreken van de patiënt]"/>
<designation>
<language value="en-US"/>
<use>
<system value="http://snomed.info/sct"/>
<code value="900000000000013009"/>
<display value="Synonym"/>
</use>
<value value="To sound"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="3"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
</property>
</concept>
<concept>
<extension url="http://hl7.org/fhir/StructureDefinition/ordinalValue">
<valueDecimal value="4"/>
</extension>
<code value="E4"/>
<display value="Spontaan"/>
<definition value="Spontaan [De ogen worden geopend zonder aansporing"/>
<designation>
<language value="en-US"/>
<use>
<system value="http://snomed.info/sct"/>
<code value="900000000000013009"/>
<display value="Synonym"/>
</use>
<value value="Spontaneous"/>
</designation>
<property>
<code value="ordinal-value"/>
<valueInteger value="4"/>
</property>
<property>
<code value="status"/>
<valueCode value="active"/>
</property>
</concept>
</CodeSystem>
Loading

0 comments on commit ff625ce

Please sign in to comment.