PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.27-beta
    http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementservicerequest
description: ServiceRequest profile for use in the different eAgreement flow from MyCareNet.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeMyCareNetEagreementServiceRequest
type: ServiceRequest
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {index: 2}
    required: [profile]
  contained:
    type: Resource
    mustSupport: true
    index: 3
    elements:
      id: {mustSupport: true, index: 4}
      contentType:
        pattern: {type: Code, value: application/pdf}
        mustSupport: true
        index: 5
      data: {mustSupport: true, index: 6}
    required: [id, data]
  status:
    pattern: {type: Code, value: active}
    mustSupport: true
    index: 7
  intent:
    pattern: {type: Code, value: order}
    mustSupport: true
    index: 8
  category:
    mustSupport: true
    index: 9
    elements:
      coding:
        index: 10
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 11
          code: {index: 12}
        required: [system, code]
    required: [coding]
  code:
    elements:
      coding:
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 14
          code: {index: 15}
        required: [system, code]
    required: [coding]
package_version: 1.1.27-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, meta]