PackagesCanonicalsLogsProblems
    Packages
    ca.on.health.sadie@0.1.19-beta
    http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestSubmission
description: 'This is the Request profile that is used to validate when submitting,  it is inherited from Request.    It has restrictions based on the requirements for a submission.  Partition: The partition is the Organization.identifier.value of the Questionnaire.publisher.  Example: ODSP'
package_name: ca.on.health.sadie
derivation: constraint
name: RequestSubmission
type: ServiceRequest
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        requestSubmittedDate:
          match: {url: null}
          schema: {_required: true, index: 1}
          min: 1
  authoredOn: {index: 2}
  requester: {index: 3}
  performer: {index: 4}
  locationCode: {index: 5}
  locationReference: {index: 6}
  supportingInfo: {index: 7}
package_version: 0.1.19-beta
extensions:
  requestSubmittedDate: {url: null, min: 1, _required: true, index: 1}
class: profile
kind: resource
url: http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestSubmission
base: http://health.gov.on.ca/sadie/fhir/StructureDefinition/Request
version: '1.0'
required: [authoredOn, locationReference, requester, locationCode, supportingInfo, performer]