FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.testbinary.example
Resource TypeDocumentReference
IdDocumentReference-all-contents.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DocumentReference all-contents

Language: en

status: Current

content

attachment

id

ig-loader-hello-world.txt

contentType: text/plain

content

attachment

id

ig-loader-ink.png

contentType: image/png

content

attachment

id

ig-loader-hello-world.json

contentType: application/json

content

attachment

id

ig-loader-hello-world.xml

contentType: application/xml

content

attachment

id

ig-loader-hello-world.pdf

contentType: application/pdf

content

Attachments

-ContentTypeUrl
*text/plainBinary: text/plain (20 bytes base64)

content

Attachments

-ContentTypeUrl
*image/pngBinary: image/png (34072 bytes base64)

content

Attachments

-ContentTypeUrl
*application/jsonBinary: application/json (48 bytes base64)

content

Attachments

-ContentTypeUrl
*application/xmlBinary: application/xml (92 bytes base64)

content

Attachments

-ContentTypeUrl
*application/pdfBinary: application/pdf (42980 bytes base64)

Source1

{
  "resourceType": "DocumentReference",
  "id": "all-contents",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "content": [
    {
      "attachment": {
        "id": "ig-loader-hello-world.txt",
        "contentType": "text/plain"
      }
    },
    {
      "attachment": {
        "id": "ig-loader-ink.png",
        "contentType": "image/png"
      }
    },
    {
      "attachment": {
        "id": "ig-loader-hello-world.json",
        "contentType": "application/json"
      }
    },
    {
      "attachment": {
        "id": "ig-loader-hello-world.xml",
        "contentType": "application/xml"
      }
    },
    {
      "attachment": {
        "id": "ig-loader-hello-world.pdf",
        "contentType": "application/pdf"
      }
    },
    {
      "attachment": {
        "contentType": "text/plain",
        "url": "Binary/B-hello-world"
      }
    },
    {
      "attachment": {
        "contentType": "image/png",
        "url": "Binary/B-ink"
      }
    },
    {
      "attachment": {
        "contentType": "application/json",
        "url": "Binary/J-hello-world"
      }
    },
    {
      "attachment": {
        "contentType": "application/xml",
        "url": "Binary/x-hello-world"
      }
    },
    {
      "attachment": {
        "contentType": "application/pdf",
        "url": "Binary/p-hello-world"
      }
    }
  ]
}