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

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="GuidelineAuthorRoleExample"/>
  <meta>
    <profile
             value="http://fhir.awmf.org/awmf.ig/StructureDefinition/guideline-author-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Guideline Author Role Example</div>
  </text>
  <period>
    <start value="2022-08-01"/>
    <end value="2023-12-31"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/GuidelineAuthorExample"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/AWMFMemberOrganizationExample"/>
  </organization>
  <code>
    <text value="Coordinaion and scientific leadership"/>
  </code>
</PractitionerRole>