PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.be.mycarenet@2.0.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: rs/hl7.fhir.be.mycarenet
derivation: constraint
name: BeMyCareNetEagreementServiceRequest
type: ServiceRequest
elements:
  category:
    mustSupport: true
    index: 6
    elements:
      coding:
        index: 7
        elements:
          system:
            pattern: {type: uri, value: 'http://snomed.info/sct'}
            type: uri
            index: 8
          code: {index: 9}
        required: [code, system]
    required: [coding]
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {index: 2}
    required: [profile]
  supportingInfo:
    mustSupport: true
    index: 20
    elements:
      reference: {mustSupport: true, index: 21}
    required: [reference]
  authoredOn: {mustSupport: true, index: 18}
  contained: {type: Binary, mustSupport: true, index: 3}
  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: 19
  status:
    pattern: {type: code, value: active}
    mustSupport: true
    type: code
    index: 4
  id: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 10
    elements:
      coding:
        index: 11
        elements:
          system:
            pattern: {type: uri, value: 'http://snomed.info/sct'}
            type: uri
            index: 12
          code: {index: 13}
        required: [code, system]
    required: [coding]
  intent:
    pattern: {type: code, value: order}
    mustSupport: true
    type: code
    index: 5
  quantityQuantity: {type: Quantity, mustSupport: true, choiceOf: quantity, index: 16}
  quantity:
    mustSupport: true
    choices: [quantityQuantity]
    index: 15
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient']
    index: 17
package_version: 2.0.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.0.0
required: [id, meta]