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 Example - XML Representation

Raw xml | Download


<Composition xmlns="http://hl7.org/fhir">
  <id value="RecommendationExample"/>
  <meta>
    <profile
             value="http://fhir.awmf.org/awmf.ig/StructureDefinition/recommendation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Recommendation Example</div>
  </text>
  <version value="2.0"/>
  <status value="final"/>
  <type>
    <coding>
      <system value="https://fevir.net/resources/CodeSystem/179423"/>
      <code value="Recommendation"/>
      <display value="Recommendation"/>
    </coding>
  </type>
  <category>
    <coding>
      <system
              value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-synthesis-type"/>
      <code value="expert-consensus"/>
    </coding>
  </category>
  <date value="2025-03-06"/>
  <author>🔗 
    <reference value="PractitionerRole/GuidelineAuthorRoleExample"/>
  </author>
  <title value="Example Recommendation"/>
  <relatesTo>
    <type value="part-of"/>
    <targetCanonical
                     value="http://fhir.awmf.org/awmf.ig/Composition/GuidelineExample"/>
  </relatesTo>
  <section>
    <extension
               url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-intended-audience">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-intended-audience"/>
          <code value="physician"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <code>
      <coding>
        <system
                value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections"/>
        <code value="default-section"/>
      </coding>
    </code>
    <section>
      <extension
                 url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language">
        <valueCode value="de"/>
      </extension>
      <code>
        <coding>
          <system
                  value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections"/>
          <code value="language"/>
        </coding>
      </code>
      <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Example Recommendation</div>
      </text>
    </section>
  </section>
  <section>
    <code>
      <coding>
        <system value="https://fevir.net/resources/CodeSystem/179423"/>
        <code value="recommendation-statement"/>
        <display value="Recommendation Statement"/>
      </coding>
    </code>
    <section>
      <extension
                 url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-section-language">
        <valueCode value="de"/>
      </extension>
      <code>
        <coding>
          <system
                  value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-sections"/>
          <code value="language"/>
        </coding>
      </code>
      <text>
        <status value="generated"/>
        <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Bei Patienten mit Krankheit A soll Medikament B statt Medikament C gegeben werden. Patienten mit Krankheit A, die auch noch Krankheit D haben, darf keinesfalls Medikament B gegeben, sondern müssen Medikament C erhalten.</div>
      </text>
    </section>
  </section>
</Composition>