Add value set with no code system
This commit is contained in:
@@ -38,11 +38,6 @@
|
||||
<license value="CC0-1.0"/>
|
||||
<!-- This is whatever FHIR version(s) the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
|
||||
<fhirVersion value="4.0.1"/>
|
||||
<!-- <dependsOn>
|
||||
<uri value="http://somethign"/>
|
||||
<packageId value="de.basisprofil.r4"/>
|
||||
<version value="0.9.2"/>
|
||||
</dependsOn> -->
|
||||
<definition>
|
||||
<!-- You don't need to define any groupings. The IGPublisher will define them for you. You only need to do so if your IG is 'special' and it's
|
||||
inappropriate to use the defaults. Feel free to provide feedback about the defaults... -->
|
||||
@@ -67,9 +62,9 @@
|
||||
</resource>
|
||||
<resource>
|
||||
<reference>
|
||||
<reference value="Bundle/h1"/>
|
||||
<reference value="ValueSet/valueset-no-codesystem"/>
|
||||
</reference>
|
||||
<name value="History"/>
|
||||
<name value="Value set for no code system"/>
|
||||
</resource>
|
||||
<!-- <resource>
|
||||
<reference>
|
||||
|
||||
20
input/resources/valueset-no-codesystem.xml
Normal file
20
input/resources/valueset-no-codesystem.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<ValueSet xmlns="http://hl7.org/fhir">
|
||||
<id value="valueset-no-codesystem"/>
|
||||
<url value="http://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem"/>
|
||||
<name value="ValueSetWithNoCodeSystem"/>
|
||||
<status value="draft"/>
|
||||
<experimental value="true"/>
|
||||
<date value="2015-06-22"/>
|
||||
<compose>
|
||||
<include>
|
||||
<system value="http://not-a-known-code-system"/>
|
||||
<version value="2.36"/>
|
||||
<concept>
|
||||
<code value="not-known-code"/>
|
||||
</concept>
|
||||
<concept>
|
||||
<code value="not-known-code"/>
|
||||
</concept>
|
||||
</include>
|
||||
</compose>
|
||||
</ValueSet>
|
||||
Reference in New Issue
Block a user