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

FHIR IG Statistics: StructureDefinition/4e39b14c-1bec-443a-a525-848c91a0075c

Packageca.on.health.sadie
Resource TypeStructureDefinition
Id4e39b14c-1bec-443a-a525-848c91a0075c
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.sadie@1.4.11&canonical=https://health.gov.on.ca/sadie/fhir/StructureDefinition/AttachedDocument
URLhttps://health.gov.on.ca/sadie/fhir/StructureDefinition/AttachedDocument
Version1.0
Statusdraft
Date2021-09-26
NameAttachedDocument
TitleAttached Document
DescriptionAttached documents
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": "4e39b14c-1bec-443a-a525-848c91a0075c",
  "url": "https://health.gov.on.ca/sadie/fhir/StructureDefinition/AttachedDocument",
  "version": "1.0",
  "name": "AttachedDocument",
  "title": "Attached Document",
  "status": "draft",
  "date": "2021-09-26",
  "description": "Attached documents",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Binary",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Binary",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Binary.contentType",
        "path": "Binary.contentType",
        "definition": "#### **_`FOR SADIE USE:  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": "#### **_`FOR SADIE USE:  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": "#### **_`FOR SADIE USE:  This is the document in base64 format.`_**\n\nThe actual content, base64 encoded."
      }
    ]
  }
}