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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "hello-bundle",
  "identifier" : {
    "system" : "urn:oid:2.16.724.4.8.10.200.10",
    "value" : "ac7a747c-a2c9-493c-ba39-4ac6997eed1e"
  },
  "type" : "document",
  "timestamp" : "2024-09-21T18:53:00.8116604+00:00",
  "entry" : [
    {
      "fullUrl" : "https://fhir.example.com/Composition/ad-composition-123",
      "resource" : {
        "resourceType" : "Composition",
        "id" : "ad-composition-123",
        "text" : {
          "status" : "generated",
          "div" : "<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>"
        },
        "status" : "final",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "11506-3"
            }
          ]
        },
        "date" : "2025-08-01T10:00:00Z",
        "author" : [
          {
            "display" : "Dr. John Smith"
          }
        ],
        "title" : "Advance Directive Document",
        "section" : [
          {
            "title" : "Advance Directive",
            "text" : {
              "status" : "generated",
              "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is the advance directive document for the patient.</div>"
            },
            "entry" : [
              {
                "reference" : "DocumentReference/advance-directive-123"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "https://fhir.example.com/DocumentReference/advance-directive-123",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "advance-directive-123",
        "text" : {
          "status" : "generated",
          "div" : "<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>"
        },
        "status" : "current",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "75310-3",
              "display" : "Health concerns Document"
            },
            {
              "system" : "http://loinc.org",
              "code" : "55188-7",
              "display" : "Patient data Document"
            }
          ]
        },
        "date" : "2025-08-01T10:00:00Z",
        "content" : [
          {
            "attachment" : {
              "contentType" : "application/pdf",
              "url" : "https://server.example.com/blah.pdf",
              "title" : "Advance Directive Document"
            }
          }
        ]
      }
    }
  ]
}