AnVIL Implementation Guide
0.1.0 - CI Build

AnVIL Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

DRSAttachmentExample - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Attachment",
  "id" : "DRSAttachmentExample",
  "extension" : [
    {
      "extension" : [
        {
          "url" : "id",
          "valueString" : "any-id"
        },
        {
          "url" : "self_uri",
          "valueString" : "drs://url-here"
        },
        {
          "url" : "size",
          "valueInteger" : 12345
        },
        {
          "url" : "created_time",
          "valueDateTime" : "1985-04-12T23:20:50.52Z"
        },
        {
          "extension" : [
            {
              "url" : "checksum",
              "valueString" : "abcdef0123456789"
            },
            {
              "url" : "type",
              "valueString" : "etag"
            }
          ],
          "url" : "http://theanvil.io/fhir/anvil/StructureDefinition/drs-checksum"
        },
        {
          "extension" : [
            {
              "url" : "type",
              "valueString" : "s3"
            },
            {
              "url" : "access_url",
              "valueString" : "s3://some-url-here"
            },
            {
              "url" : "region",
              "valueString" : "us-west"
            }
          ],
          "url" : "http://theanvil.io/fhir/anvil/StructureDefinition/drs-access-method"
        },
        {
          "url" : "name",
          "valueString" : "any-file-name"
        },
        {
          "url" : "updated_time",
          "valueDateTime" : "1985-04-12T23:20:50.52Z"
        },
        {
          "url" : "version",
          "valueString" : "0.0.0"
        },
        {
          "url" : "mime_type",
          "valueString" : "application/json"
        }
      ],
      "url" : "http://theanvil.io/fhir/anvil/StructureDefinition/drs-object"
    }
  ]
}