Clean up QA issues

This commit is contained in:
Lloyd McKenzie
2021-04-29 22:30:42 -06:00
parent 3e6623ddba
commit 240d0966e4
12 changed files with 6823 additions and 3246 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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"/>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
<StructureDefinition 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="myObservation"/>
<url value="http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"/>
<name value="MyObservation"/>
@@ -50,6 +50,7 @@
</extension>
</targetProfile>
</type>
<mustSupport value="true"/>
</element>
<element id="Observation.focus">
<path value="Observation.focus"/>

View File

@@ -1,20 +1,22 @@
<ValueSet xmlns="http://hl7.org/fhir">
<id value="valueset-no-codesystem"/>
<url value="http://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem"/>
<?xml version="1.0" encoding="UTF-8"?>
<ValueSet 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="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>
<title value="ValueSet with no code-system"/>
<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-code2"/>
</concept>
</include>
</compose>
</ValueSet>