Clean up QA issues
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Library xmlns="http://hl7.org/fhir">
|
||||
<Library 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">
|
||||
<url value="http://somewhere.org/fhir/uv/myig/Library/example-sql"/>
|
||||
<version value="1.0.0"/>
|
||||
<name value="ExampleLibrary"/>
|
||||
<title value="Example Library"/>
|
||||
<status value="draft"/>
|
||||
<experimental value="true"/>
|
||||
<type>
|
||||
<coding>
|
||||
<system value="http://terminology.hl7.org/CodeSystem/library-type"/>
|
||||
<code value="asset-collection"/>
|
||||
</coding>
|
||||
</type>
|
||||
<date value="2020-05-15T00:00:00.000+10:00"/>
|
||||
<content>
|
||||
<contentType value="text/x-sql"/>
|
||||
|
||||
Reference in New Issue
Block a user