PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.44-beta
    http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest
description: The ServiceRequest profile for use in the different eAgreement flows from MyCareNet.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeMyCareNetEagreementServiceRequest
type: ServiceRequest
elements:
  category:
    mustSupport: true
    index: 8
    elements:
      coding:
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 10
          code: {index: 11}
        required: [system, code]
    required: [coding]
  meta: {mustSupport: false, index: 1}
  supportingInfo:
    mustSupport: true
    index: 22
    elements:
      reference: {mustSupport: true, index: 23}
    required: [reference]
  authoredOn: {mustSupport: true, index: 20}
  contained:
    type: Resource
    mustSupport: true
    index: 2
    elements:
      id: {mustSupport: true, index: 3}
      contentType:
        pattern: {type: Code, value: application/pdf}
        mustSupport: true
        index: 4
      data: {mustSupport: true, index: 5}
    required: [id, data]
  requester:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 21
  status:
    pattern: {type: Code, value: active}
    mustSupport: true
    index: 6
  id: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 12
    elements:
      coding:
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 14
          code: {index: 15}
        required: [system, code]
    required: [coding]
  intent:
    pattern: {type: Code, value: order}
    mustSupport: true
    index: 7
  quantityQuantity: {type: Quantity, mustSupport: true, choiceOf: quantity, index: 18}
  quantity:
    mustSupport: true
    choices: [quantityQuantity]
    index: 17
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 19
package_version: 1.1.44-beta
class: profile
kind: resource
url: http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 1.0.0
required: [id]