Dissolve-E: AWMF Guideline Registry
0.2.0 - ci-build

Dissolve-E: AWMF Guideline Registry - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Guideline Author Example - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="GuidelineAuthorExample"/>
  <meta>
    <profile
             value="http://fhir.awmf.org/awmf.ig/StructureDefinition/guideline-author"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" dir="ltr">Guideline Author Example</div>
  </text>
  <name>
    <family value="Smith"/>
    <given value="John"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
  </telecom>
</Practitioner>