Difference between revisions of "IHE FHIR Profile Publication/Creating new Profiles"

From IHE Wiki
Jump to navigation Jump to search
(Replaced content with "= Creating and publishing an ImplementationGuide =")
Line 1: Line 1:
= Creating and publishing an ImplementationGuide =
+
= 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 />
 +
            <code value="US" />
 +
        </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>

Revision as of 00:19, 12 September 2018

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>