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

: Guideline Example - XML Representation

Raw xml | Download


<Composition xmlns="http://hl7.org/fhir">
  <id value="TestInvRegCompNeedsPlannedCompletionDate-SHOULD-PASS"/>
  <meta>
    <profile
             value="http://fhir.awmf.org/awmf.ig/StructureDefinition/guideline"/>
    <tag>
      <system
              value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-release-type"/>
      <code value="class-upgrade"/>
      <display value="Class Upgrade"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Guideline Example</div>
  </text>
  <extension
             url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-planned-completion-date">
    <valueDate value="2025-03-06"/>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="https://example.org/identifiers"/>
    <value value="AWMF-Guideline-Example"/>
  </identifier>
  <version value="2.0"/>
  <status value="registered"/>
  <type>
    <coding>
      <system value="https://fevir.net/resources/CodeSystem/179423"/>
      <code value="Guideline"/>
      <display value="Guideline"/>
    </coding>
  </type>
  <date value="2025-03-06"/>
  <author>🔗 
    <extension
               url="http://fhir.awmf.org/awmf.ig/StructureDefinition/ext-guideline-author-role">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://fhir.awmf.org/awmf.ig/CodeSystem/cs-guideline-author-role"/>
          <code value="registrant"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <reference value="PractitionerRole/GuidelineAuthorRoleExample"/>
  </author>
  <title value="Example Guideline"/>
</Composition>