Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: Example of additional support material - Structured Content - XML Representation

Raw xml | Download


<DocumentReference xmlns="http://hl7.org/fhir">
  <id value="asm-3"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/gravitate-health/StructureDefinition/AdditionalSupportMaterial"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference asm-3</b></p><a name="asm-3"> </a><a name="hcasm-3"> </a><a name="asm-3-en-US"> </a><p><b>identifier</b>: <code>http://example.org</code>/1</p><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>category</b>: <span title="Codes:{http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs SA}">Support Administration</span></p><p><b>subject</b>: ACME DRUG</p><p><b>author</b>: GH</p><p><b>description</b>: </p><div><p>example of Additional material in strucutred  format</p>
</div><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Language</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style="display: none">*</td><td>application/json+fhir</td><td>English</td><td>Composition/Example</td><td>Example of Additional material in strucutred format</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.org"/>
    <value value="1"/>
  </identifier>
  <version value="1.0"/>
  <status value="current"/>
  <docStatus value="final"/>
  <category>
    <coding>
      <system
              value="http://hl7.eu/fhir/ig/gravitate-health/CodeSystem/asm-category-cs"/>
      <code value="SA"/>
    </coding>
  </category>
  <subject>
    <display value="ACME DRUG"/>
  </subject>
  <author>
    <display value="GH"/>
  </author>
  <description value="example of Additional material in strucutred  format"/>
  <content>
    <attachment>
      <contentType value="application/json+fhir"/>
      <language value="en"/>
      <url value="Composition/Example"/>
      <title value="Example of Additional material in strucutred format"/>
    </attachment>
  </content>
</DocumentReference>