{
  "resourceType": "StructureDefinition",
  "id": "Binary",
  "meta": {
    "lastUpdated": "2018-10-19T12:19:51.043+00:00"
  },
  "url": "https://fhir.nhs.uk/STU3/StructureDefinition/ITK-Attachment-Binary-1",
  "version": "1.1.0",
  "name": "ITK-Attachment-Binary-1",
  "title": "ITK-Attachment-Binary",
  "status": "active",
  "date": "2024-01-22T11:39:06.3872207+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This constrained Binary resource can carry any pure binary content., whether this is  text, image, pdf, zip archive, etc...  This resource is generally used as the target of a Document Reference or an Attachment.",
  "purpose": "The Binary resource is need to carry image files.",
  "copyright": "Copyright © 2018 NHS Digital",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Binary",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Binary",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Binary.securityContext",
        "path": "Binary.securityContext",
        "max": "0"
      },
      {
        "id": "Binary.content",
        "path": "Binary.content",
        "definition": "The actual content, base64 encoded"
      }
    ]
  }
}