{

"resourceType": "Questionnaire",
"id": "qs1",
"identifier": [
  {
    "system": "urn:ietf:rfc:3986"
  }
],
"status": "draft",
"date": "2015-10-24T07:41:03+11:00",
"publisher": "Health Level Seven International (FHIR Infrastructure)",
"group": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover",
      "valueString": "A binary resource can contain any content, whether text, image, pdf, zip archive, etc."
    }
  ],
  "linkId": "Binary",
  "title": "Pure binary content defined by some other format than FHIR",
  "text": "Typically, Binary resources are used for handling content such as:  * CDA Documents (i.e. with XDS) * PDF Documents * Images (the Media resource is preferred for handling images, but not possible when the content is already binary - e.g. XDS).",
  "required": false,
  "repeats": true,
  "group": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover",
          "valueString": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID."
        },
        {
          "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type",
          "valueString": "string"
        }
      ],
      "linkId": "Binary.id",
      "required": false,
      "repeats": true,
      "question": [
        {
          "linkId": "Binary.id.value",
          "text": "Logical id of this artifact",
          "type": "string",
          "required": false,
          "repeats": false
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover",
          "valueString": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource."
        }
      ],
      "linkId": "Binary.meta",
      "text": "Metadata about the resource",
      "required": false,
      "repeats": true
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover",
          "valueString": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible."
        },
        {
          "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type",
          "valueString": "uri"
        }
      ],
      "linkId": "Binary.implicitRules",
      "required": false,
      "repeats": true,
      "question": [
        {
          "linkId": "Binary.implicitRules.value",
          "text": "A set of rules under which this content was created",
          "type": "string",
          "required": false,
          "repeats": false
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover",
          "valueString": "MimeType of the binary content represented as a standard MimeType (BCP 13)."
        },
        {
          "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type",
          "valueString": "code"
        }
      ],
      "linkId": "Binary.contentType",
      "required": true,
      "repeats": true,
      "question": [
        {
          "linkId": "Binary.contentType.value",
          "text": "content type",
          "type": "choice",
          "required": false,
          "repeats": false
        }
      ]
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/Profile/questionnaire-extensions#flyover",
          "valueString": "The actual content, base64 encoded. If the content type is itself base64 encoding, then this will be base64 encoded twice - what is created by un-base64ing the content must be the specified content type."
        },
        {
          "url": "http://www.healthintersections.com.au/fhir/Profile/metadata#type",
          "valueString": "binary"
        }
      ],
      "linkId": "Binary.content",
      "text": "The actual content",
      "required": true,
      "repeats": true
    }
  ]
}

}