Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview

Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions

: Recommendation-PlanDefinition-example - XML Representation

Draft as of 2025-08-06

Raw xml | Download


<PlanDefinition xmlns="http://hl7.org/fhir">
  <id value="Recommendation-PlanDefinition-example"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
<div>
    <table class="grid dict">
        
        <tr>
            <th scope="row"><b>Id: </b></th>
            <td style="padding-left: 4px;">Recommendation-PlanDefinition-example</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Url: </b></th>
            <td style="padding-left: 4px;"><a href="PlanDefinition-Recommendation-PlanDefinition-example.html">Recommendation-PlanDefinition-example</a></td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Version: </b></th>
            <td style="padding-left: 4px;">0.1.0</td>
        </tr>
        

        

        

        

        
        <tr>
            <th scope="row"><b>Status: </b></th>
            <td style="padding-left: 4px;">draft</td>
        </tr>
        

        

        

        

        
        <tr>
            <th scope="row"><b>Date: </b></th>
            <td style="padding-left: 4px;">2025-08-06 18:15:04+0000</td>
        </tr>
        

        
        <tr>
            <th scope="row"><b>Publisher: </b></th>
            <td style="padding-left: 4px;">AWMF e.V.</td>
        </tr>
        

        

        

        

        

        

        

        

        

        

        

        

        

        

        
        <tr>
            <th scope="row"><b>Actions: </b></th>
            <td style="padding-left: 4px;">
                <table class="grid-dict">
                    
                    <tr>
                        <td>
                            
                            <b> Recommendation 1:</b> <div><p>Mach Diagnose</p>
</div>
                            
                            <br/>
                            
                            
                            
                            
                            
                        </td>
                    </tr>
                    
                    <tr>
                        <td>
                            
                            <b> Recommendation 2:</b> <div><p>Mach Therapie</p>
</div>
                            
                            <br/>
                            
                            
                            
                            
                            
                        </td>
                    </tr>
                    
                </table>
            </td>
        </tr>
        
    </table>
</div>
</div>
  </text>
  <url
       value="http://fhir.awmf.org/awmf.ig/PlanDefinition/Recommendation-PlanDefinition-example"/>
  <version value="0.1.0"/>
  <status value="draft"/>
  <date value="2025-08-06T18:15:04+00:00"/>
  <publisher value="AWMF e.V."/>
  <contact>
    <name value="AWMF e.V."/>
    <telecom>
      <system value="url"/>
      <value value="https://www.awmf.org"/>
    </telecom>
  </contact>
  <action id="diagnose">
    <title value="Recommendation 1"/>
    <description value="Mach Diagnose"/>
    <relatedAction>
      <targetId value="therapie"/>
      <relationship value="after"/>
    </relatedAction>
  </action>
  <action id="therapie">
    <title value="Recommendation 2"/>
    <description value="Mach Therapie"/>
    <relatedAction>
      <targetId value="diagnose"/>
      <relationship value="before"/>
    </relatedAction>
  </action>
</PlanDefinition>