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

Home

Official URL: http://johnmoehrke.github.io/testbinary/ImplementationGuide/johnmoehrke.testbinary.example Version: 0.1.1-current
Draft as of 2024-07-29 Computable Name: JohnMoehrkeTestBinary

testBundle

This creates IG with binary examples using the IG Publisher ig-loader BinaryAdjunctFile feature, to show that binary is not working with TEXT files.

  • DocumentReference of a TEXT binary works
    • Note that DocumentReference can not have the contentType populated, although the documentation says it should be.
  • Binary of a PNG binary works
  • Binary of a TEXT
    • throws an error: “unknown file type hello-world.txt”
    • but produces the right artifact
  • Binary of a JSON
    • throws an error: “unknown file type hello-world.json”
    • but produces the right artifact
  • Binary of a XML
    • throws an error: “unknown file type hello-world.xml”
    • but produces the right artifact