PackagesCanonicalsLogsProblems
    Packages
    ca.on.ehr.r4@1.0.0-snapshot21
    http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-binary
{
  "description": null,
  "_filename": "StructureDefinition-Binary.json",
  "package_name": "ca.on.ehr.r4",
  "date": "2025-06-06T16:31:10.0976344+00:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "BinaryEHR",
  "abstract": false,
  "type": "Binary",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Binary EHR",
  "package_version": "1.0.0-snapshot21",
  "status": "active",
  "id": "8446e8a6-5095-4e11-ba31-df36990afd85",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-binary",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Binary.language",
      "path": "Binary.language",
      "binding": {
        "strength": "required",
        "valueSet": "http://ehealthontario.ca/fhir/ValueSet/human-language"
      },
      "mustSupport": true
    }, {
      "id": "Binary.contentType",
      "path": "Binary.contentType",
      "binding": {
        "strength": "required",
        "valueSet": "http://ontariohealth.ca/fhir/ehr/ValueSet/mime-type",
        "description": "Attachment mime type supported by Ontario Health interfaces."
      },
      "mustSupport": true
    }, {
      "id": "Binary.data",
      "min": 1,
      "path": "Binary.data",
      "mustSupport": true
    }, {
      "id": "Binary.data.extension",
      "path": "Binary.data.extension",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Binary.data.extension:ext-attachment-metadata",
      "max": "1",
      "min": 0,
      "path": "Binary.data.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-attachment-metadata" ]
      } ],
      "sliceName": "ext-attachment-metadata",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Binary"
}