Updated to newest template

This commit is contained in:
Lloyd McKenzie 2020-01-28 20:04:14 -07:00
parent 9ee07f22e2
commit 3f4216ca24
4 changed files with 8828 additions and 8841 deletions

View File

@ -55,12 +55,12 @@ ECHO Unrecognized version: %version%
GOTO done
:win10
POWERSHELL -command if ('System.Net.WebClient' -as [type]) {(new-object System.Net.WebClient).DownloadFile(\"%dlurl%\",\"%jarlocation%\") } else { Invoke-WebRequest -Uri "%dlurl%" -Outfile "%jarlocation%" }
CALL POWERSHELL -command if ('System.Net.WebClient' -as [type]) {(new-object System.Net.WebClient).DownloadFile(\"%dlurl%\",\"%jarlocation%\") } else { Invoke-WebRequest -Uri "%dlurl%" -Outfile "%jarlocation%" }
GOTO done
:win7
bitsadmin /transfer GetPublisher /download /priority normal "%dlurl%" "%jarlocation%"
CALL bitsadmin /transfer GetPublisher /download /priority normal "%dlurl%" "%jarlocation%"
GOTO done
:win8.1

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,6 @@
// Add warning and/or information messages here after you've confirmed that they aren't really a problem
// (And include comments like this justifying why)
// We define the version on a global basis, so don't need it on the individual source definitions
WARNING: http://hl7.org/fhir/uv/myig/StructureDefinition/ext-myExtension: Profiles SHOULD state their own version
WARNING: http://hl7.org/fhir/uv/myig/StructureDefinition/somepatientprofile: Profiles SHOULD state their own version
// This is inherited from the base resource
WARNING: StructureDefinition/myObservation: StructureDefinition.snapshot.element[15].mapping[3].map: value should not start or finish with whitespace

View File

@ -7,7 +7,7 @@
</extension>-->
<url value="http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"/>
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
<version value="0.1.0"/>
<version value="0.2.0"/>
<name value="YourComputableMyIGNameHere"/>
<title value="Your User Friendly Name for MyIG Here"/>
<status value="draft"/>
@ -16,7 +16,7 @@
<contact>
<telecom>
<!-- Or whatever URL and/or email address(es) are appropriate -->
<system value="other"/>
<system value="url"/>
<value value="http://hl7.org/Special/committees/[something]"/>
</telecom>
</contact>