IHE FHIR Profile Publication/Creating new Profiles

From IHE Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Creating a new ImplementationGuide

<ImplementationGuide xmlns="http://hl7.org/fhir%22>
   <id value="base" />
   <url value="http://ihe.net/fhir/base%22 />
   <name value="ImplementationGuide5" />
   <status value="draft" />
   <experimental value="false" />
   <date value="2018-01-01T00:00:00.000+02:00" />
   <jurisdiction>
       <coding>
           <system value="urn:iso:std:iso:3166%22 />
           
       </coding>
   </jurisdiction>
   <packageId value="ihe.fhir.base" />
   <license value="Apache-2.0" />
   <fhirVersion value="3.5.0" />
   <definition>
       <page>
           <nameUrl value="toc.html" />
           <title value="Table of Contents" />
           <generation value="html" />
           <page>
               <nameUrl value="index.html" />
               <title value="Main Page" />
               <generation value="html" />
           </page>
       </page>
   </definition>
</ImplementationGuide>