Clinical Practice Guidelines (CPG) on EBMonFHIR
1.0.2 - qa-preview

This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).

: Example Study Citation - XML Representation

Active as of 2024-10-21

Raw xml | Download


<Citation xmlns="http://hl7.org/fhir">
  <id value="ExampleStudyCitation"/>
  <meta>
    <profile
             value="https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/study-citation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Citation ExampleStudyCitation</b></p><a name="ExampleStudyCitation"> </a><a name="hcExampleStudyCitation"> </a><a name="ExampleStudyCitation-en-US"> </a><p><b>url</b>: <a href="Citation-ExampleStudyCitation.html">Citation ExampleCitation</a></p><p><b>name</b>: ExampleCitation</p><p><b>status</b>: Active</p><p><b>date</b>: 2024-10-21 14:50:59+0000</p><blockquote><p><b>citedArtifact</b></p><p><b>identifier</b>: ceoysy/exampleIdentifier</p><h3>Titles</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td><div><p>Example Citation</p>
</div></td></tr></table><h3>Classifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Classifier</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://hl7.org/fhir/cited-artifact-classification-type publication-type}">Publication Type</span></td><td><span title="Codes:{http://hl7.org/fhir/citation-artifact-classifier D016428}">Journal Article</span></td></tr></table></blockquote></div>
  </text>
  <url
       value="https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Citation/ExampleStudyCitation"/>
  <name value="ExampleCitation"/>
  <status value="active"/>
  <date value="2024-10-21T14:50:59+00:00"/>
  <citedArtifact>
    <identifier>
      <value value="ceoysy/exampleIdentifier"/>
    </identifier>
    <title>
      <text value="Example Citation"/>
    </title>
    <classification>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/cited-artifact-classification-type"/>
          <code value="publication-type"/>
          <display value="Publication Type"/>
        </coding>
      </type>
      <classifier>
        <coding>
          <system value="http://hl7.org/fhir/citation-artifact-classifier"/>
          <code value="D016428"/>
          <display value="Journal Article"/>
        </coding>
      </classifier>
    </classification>
  </citedArtifact>
</Citation>