Initial version
This commit is contained in:
76
input/myig.xml
Normal file
76
input/myig.xml
Normal file
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Start by finding all references to "myig" and updating to appropriate text for your IG, including changing realm -->
|
||||
<ImplementationGuide 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">
|
||||
<id value="hl7.fhir.uv.myig"/>
|
||||
<url value="http://hl7.org/fhir/uv/myig/ImplementationGuide/hl7.fhir.uv.myig"/>
|
||||
<name value="YourComputableMyIGNameHere"/>
|
||||
<title value="Your User Friendly Name for MyIG Here"/>
|
||||
<status value="draft"/>
|
||||
<experimental value="false"/>
|
||||
<publisher value="HL7 International - [Some] Work Group"/>
|
||||
<contact>
|
||||
<telecom>
|
||||
<!-- Or whatever URL and/or email address(es) are appropriate -->
|
||||
<system value="other"/>
|
||||
<value value="http://hl7.org/Special/committees/[something]"/>
|
||||
</telecom>
|
||||
</contact>
|
||||
<description value="A brief description of what MyIG is about (probably the same text as in your readme)"/>
|
||||
<jurisdiction>
|
||||
<!-- This will drive SNOMED release used -->
|
||||
<coding>
|
||||
<!-- This is the code for universal -->
|
||||
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
|
||||
<code value="001"/>
|
||||
<!-- Change to this if the IG is country-specific
|
||||
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
|
||||
<code value="001"/>
|
||||
-->
|
||||
</coding>
|
||||
</jurisdiction>
|
||||
<packageId value="hl7.fhir.uv.myig"/>
|
||||
<!-- This is whatever FHIR version the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
|
||||
<fhirVersion value="4.0.0"/>
|
||||
<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... -->
|
||||
<!-- <resource>
|
||||
<reference>
|
||||
<reference value="StructureDefinition/structuredefinition-somePatientProfile"/>
|
||||
</reference>
|
||||
<name value="Name you want in artifact list"/>
|
||||
<description value="Description you want in artifact list"/>
|
||||
</resource>-->
|
||||
<page>
|
||||
<!-- The root will always be toc.html - the template will force it if you don't do it -->
|
||||
<nameUrl value="toc.html"/>
|
||||
<title value="Table of Contents"/>
|
||||
<generation value="html"/>
|
||||
<page>
|
||||
<nameUrl value="index.html"/>
|
||||
<title value="MyIG Home Page"/>
|
||||
<generation value="html"/>
|
||||
</page>
|
||||
<page>
|
||||
<nameUrl value="background.html"/>
|
||||
<title value="Background"/>
|
||||
<generation value="html"/>
|
||||
</page>
|
||||
<page>
|
||||
<nameUrl value="spec.html"/>
|
||||
<title value="Detailed Specification"/>
|
||||
<generation value="html"/>
|
||||
</page>
|
||||
<page>
|
||||
<nameUrl value="downloads.html"/>
|
||||
<title value="Useful Downloads"/>
|
||||
<generation value="html"/>
|
||||
</page>
|
||||
<page>
|
||||
<nameUrl value="changes.html"/>
|
||||
<title value="IG Change History"/>
|
||||
<generation value="html"/>
|
||||
</page>
|
||||
</page>
|
||||
</definition>
|
||||
</ImplementationGuide>
|
||||
Reference in New Issue
Block a user