Additional examples to show new template capabiliteis
This commit is contained in:
19
input/resources/codesystem-fake.xml
Normal file
19
input/resources/codesystem-fake.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CodeSystem xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
||||
<id value="cs-fake"/>
|
||||
<url value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
||||
<name value="CodeSystemFake"/>
|
||||
<title value="CodeSystem fake"/>
|
||||
<status value="draft"/>
|
||||
<experimental value="true"/>
|
||||
<date value="2015-06-22"/>
|
||||
<description value="A fake code system"/>
|
||||
<content value="complete"/>
|
||||
<concept>
|
||||
<code value="01"/>
|
||||
<display value="CS1"/>
|
||||
<designation>
|
||||
<value value="CS2"/>
|
||||
</designation>
|
||||
</concept>
|
||||
</CodeSystem>
|
||||
Reference in New Issue
Block a user