PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.3.18
    http://nictiz.nl/fhir/StructureDefinition/images-Media
description: Profile on Media to support sending images from patient/PHR to a healtcare provider/XIS.\r\n\r\nA number of elements are made mandatory to accomodate succesfull entries in a XDS network. Mappings to the IHE MHD profile on DocumentReference and XDS DocumentEntry are provided to assists in this.
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: images-Media
type: Media
elements:
  meta:
    elements:
      security: {index: 0}
  content:
    elements:
      contentType: {short: Mime type of the image, index: 10}
      url: {index: 11}
      size: {index: 12}
      hash: {index: 13}
      title: {index: 14}
      creation: {index: 15}
    required: [url, hash, contentType, size]
  type:
    pattern: {type: Code, value: photo}
    index: 3
  note:
    index: 16
    elements:
      author:
        choices: [authorReference, authorReference, authorReference, authorString]
        index: 18
      authorReference:
        type: Reference
        choiceOf: author
        refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner']
        index: 19
      authorString: {type: string, choiceOf: author, index: 22}
  identifier: {index: 1}
  operator:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner']
    index: 6
    extensions:
      practitionerRole: {url: h, max: 1, type: Extension, index: 8}
    elements:
      extension:
        index: 7
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            practitionerRole:
              match: {url: null}
              schema: {type: Extension, url: h, index: 8}
              max: 1
  bodySite: {index: 9}
  basedOn:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest']
    index: 2
  occurrenceDateTime:
    type: dateTime
    index: 5
    slicing:
      slices:
        occurrenceDateTime:
          match: {}
          schema: {type: dateTime, index: 5}
  subject:
    type: Reference
    short: Who this Media is a record of
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient']
    index: 4
package_version: 1.3.18
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/images-Media
base: http://hl7.org/fhir/StructureDefinition/Media
version: 1.0.2
required: [identifier]