0.1.1-current - ci-build International flag

JohnMoehrkeTestBinary, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testBinary/ and changes regularly. See the Directory of published versions

: A bundle with various Binary and DocumentReference examples - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="hello-bundle"/>
  <identifier>
    <system value="urn:oid:2.16.724.4.8.10.200.10"/>
    <value value="ac7a747c-a2c9-493c-ba39-4ac6997eed1e"/>
  </identifier>
  <type value="document"/>
  <timestamp value="2024-09-21T18:53:00.8116604+00:00"/>
  <entry>
    <fullUrl value="https://fhir.example.com/Composition/ad-composition-123"/>
    <resource>
      <Composition>
        <id value="ad-composition-123"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Composition_ad-composition-123"> </a><p class="res-header-id"><b>Generated Narrative: Composition ad-composition-123</b></p><a name="ad-composition-123"> </a><a name="hcad-composition-123"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title="Codes:{http://loinc.org 11506-3}">Progress note</span></p><p><b>date</b>: 2025-08-01 10:00:00+0000</p><p><b>author</b>: Dr. John Smith</p><p><b>title</b>: Advance Directive Document</p></div>
        </text>
        <status value="final"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="11506-3"/>
          </coding>
        </type>
        <date value="2025-08-01T10:00:00Z"/>
        <author>
          <display value="Dr. John Smith"/>
        </author>
        <title value="Advance Directive Document"/>
        <section>
          <title value="Advance Directive"/>
          <text>
            <status value="generated"/>
            <div xmlns="http://www.w3.org/1999/xhtml">This is the advance directive document for the patient.</div>
          </text>
          <entry>
            <reference value="DocumentReference/advance-directive-123"/>
          </entry>
        </section>
      </Composition>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://fhir.example.com/DocumentReference/advance-directive-123"/>
    <resource>
      <DocumentReference>
        <id value="advance-directive-123"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="DocumentReference_advance-directive-123"> </a><p class="res-header-id"><b>Generated Narrative: DocumentReference advance-directive-123</b></p><a name="advance-directive-123"> </a><a name="hcadvance-directive-123"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title="Codes:{http://loinc.org 75310-3}, {http://loinc.org 55188-7}">Health concerns Document</span></p><p><b>date</b>: 2025-08-01 10:00:00+0000</p><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>Url</b></td><td><b>Title</b></td></tr><tr><td style="display: none">*</td><td>application/pdf</td><td><a href="https://server.example.com/blah.pdf">https://server.example.com/blah.pdf</a></td><td>Advance Directive Document</td></tr></table></blockquote></div>
        </text>
        <status value="current"/>
        <type>
          <coding>
            <system value="http://loinc.org"/>
            <code value="75310-3"/>
            <display value="Health concerns Document"/>
          </coding>
          <coding>
            <system value="http://loinc.org"/>
            <code value="55188-7"/>
            <display value="Patient data Document"/>
          </coding>
        </type>
        <date value="2025-08-01T10:00:00Z"/>
        <content>
          <attachment>
            <contentType value="application/pdf"/>
            <url value="https://server.example.com/blah.pdf"/>
            <title value="Advance Directive Document"/>
          </attachment>
        </content>
      </DocumentReference>
    </resource>
  </entry>
</Bundle>