{
  "resourceType": "StructureDefinition",
  "id": "2c911989-744b-4317-9f80-d444bd73b045",
  "meta": {
    "lastUpdated": "2019-01-09T09:06:26.923+00:00"
  },
  "url": "http://healthyme.philips.com/fhir/StructureDefinition/RelatedImage",
  "version": "1",
  "name": "RelatedImage",
  "title": "Related Image",
  "status": "draft",
  "date": "2019-01-09T08:55:24.2071271+00:00",
  "publisher": "Philips",
  "description": "This is a special case of a RelatedArtifact, which provides an image for a content card.",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "RelatedArtifact",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedArtifact",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedArtifact",
        "path": "RelatedArtifact",
        "short": "Questionnaire related to care plan",
        "definition": "This is a special case of a RelatedArtifact, which specifies a Questionnaire to be used in a care plan.",
        "comment": "Each related artifact is either an attachment, or a reference to another knowledge resource, but not both.",
        "base": {
          "path": "Element",
          "min": 0,
          "max": "*"
        }
      },
      {
        "id": "RelatedArtifact.type",
        "path": "RelatedArtifact.type",
        "fixedCode": "composed-of"
      },
      {
        "id": "RelatedArtifact.display",
        "path": "RelatedArtifact.display",
        "short": "Description of the image",
        "definition": "A description of the image (which can be made available for accessibility reasons)",
        "min": 1
      },
      {
        "id": "RelatedArtifact.document",
        "path": "RelatedArtifact.document",
        "short": "The image itself",
        "definition": "The image itself, in JPEG format",
        "min": 1
      },
      {
        "id": "RelatedArtifact.document.contentType",
        "path": "RelatedArtifact.document.contentType",
        "short": "Mime type of the image",
        "min": 1,
        "fixedCode": "image/jpeg"
      },
      {
        "id": "RelatedArtifact.resource",
        "path": "RelatedArtifact.resource",
        "max": "0"
      }
    ]
  }
}