FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/4122c217-8e94-40e9-a371-889fe73ada19

Packageca.on.health.idms
Resource TypeStructureDefinition
Id4122c217-8e94-40e9-a371-889fe73ada19
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.idms@1.0.2-beta&canonical=https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-Binary
URLhttps://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-Binary
Version1.0.0
Statusdraft
Date2021-09-26
NameIDMSBinary
TitleIDMS_Binary
DescriptionIDMS's profile for storing binary data, this is either questionnaire response attachments or generated PDFs
TypeBinary
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
FlexFormsRoleFlexFormsRole

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "4122c217-8e94-40e9-a371-889fe73ada19",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-09-28T11:54:38.549+00:00",
    "source": "#MOElY7Hade1GTWvW"
  },
  "url": "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-Binary",
  "version": "1.0.0",
  "name": "IDMSBinary",
  "title": "IDMS_Binary",
  "status": "draft",
  "date": "2021-09-26",
  "description": "IDMS's profile for storing binary data,  this is either questionnaire response attachments or generated PDFs ",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Binary",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Binary",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Binary.contentType",
        "path": "Binary.contentType",
        "definition": "#### **_`IDMS:  This is the document format.`_**\n\nMimeType of the binary content represented as a standard MimeType (BCP 13)."
      },
      {
        "id": "Binary.securityContext",
        "path": "Binary.securityContext",
        "definition": "#### **_`IDMS:  This is a reference to the Requestor Role for the related request.  This is needed to enforce security so that users cannot view each other's attachments.`_**\n\n\nThis element identifies another resource that can be used as a proxy of the security sensitivity to use when deciding and enforcing access control rules for the Binary resource. Given that the Binary resource contains very few elements that can be used to determine the sensitivity of the data and relationships to individuals, the referenced resource stands in as a proxy equivalent for this purpose. This referenced resource may be related to the Binary (e.g. Media, DocumentReference), or may be some non-related Resource purely as a security proxy. E.g. to identify that the binary resource relates to a patient, and access should only be granted to applications that have access to the patient.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexFormsRole"
            ]
          }
        ]
      },
      {
        "id": "Binary.data",
        "path": "Binary.data",
        "definition": "#### **_`IDMS:  This is the document in base64 format.`_**\n\nThe actual content, base64 encoded."
      }
    ]
  }
}