PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.mycarenet@2.1.0
    https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-eagreementservicerequest
description: The ServiceRequest profile for use in the different eAgreement flows from MyCareNet.
package_name: hl7.fhir.be.mycarenet
derivation: constraint
name: BeMyCareNetEagreementServiceRequest
type: ServiceRequest
elements:
  category:
    mustSupport: true
    index: 4
    elements:
      coding:
        index: 5
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 6
          code: {index: 7}
        required: [system, code]
    required: [coding]
  supportingInfo:
    mustSupport: true
    index: 18
    elements:
      reference: {mustSupport: true, index: 19}
    required: [reference]
  authoredOn: {mustSupport: true, index: 16}
  contained: {type: Binary, mustSupport: true, index: 1}
  requester:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitionerrole']
    index: 17
  status:
    pattern: {type: Code, value: active}
    mustSupport: true
    index: 2
  id: {mustSupport: true, index: 0}
  code:
    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]
  intent:
    pattern: {type: Code, value: order}
    mustSupport: true
    index: 3
  quantityQuantity: {type: Quantity, mustSupport: true, choiceOf: quantity, index: 14}
  quantity:
    mustSupport: true
    choices: [quantityQuantity]
    index: 13
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient']
    index: 15
package_version: 2.1.0
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-eagreementservicerequest
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 2.1.0
required: [authoredOn, requester, id, category, code]