PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.8-beta
    http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementclaim
description: Claim profile for use in the different eAgreement flow from MyCareNet.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeMyCareNetEagreementClaim
type: Claim
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 13
  insurance: {mustSupport: true, index: 30}
  diagnosis: {index: 28}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {mustSupport: false, index: 2}
    required: [profile]
  enterer:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 16
  supportingInfo:
    mustSupport: true
    index: 23
    elements:
      category:
        mustSupport: true
        index: 24
        elements:
          coding:
            mustSupport: false
            index: 25
            elements:
              system: {mustSupport: false, index: 26}
              code: {mustSupport: false, index: 27}
            required: [system, code]
        required: [coding]
  use: {mustSupport: true, index: 12}
  item:
    mustSupport: true
    index: 32
    elements:
      productOrService:
        elements:
          coding:
            binding: {strength: extensible, valueSet: 'http://www.mycarenet.be/fhir/ValueSet/eagreementproductorservice'}
            index: 33
            elements:
              system: {index: 34}
              code: {index: 35}
            required: [system, code]
        required: [coding]
      serviced:
        choices: [servicedDate]
        index: 37
      servicedDate: {type: date, choiceOf: serviced, index: 38}
      detail:
        index: 39
        elements:
          subDetail: {index: 40}
  type:
    mustSupport: true
    index: 4
    elements:
      coding:
        mustSupport: false
        index: 5
        elements:
          system: {mustSupport: false, index: 6}
          code: {mustSupport: false, index: 7}
        required: [system, code]
    required: [coding]
  created: {mustSupport: true, index: 15}
  procedure: {index: 29}
  related: {index: 19}
  referral: {mustSupport: true, index: 21}
  priority: {mustSupport: true, index: 18}
  accident: {index: 31}
  status: {mustSupport: true, index: 3}
  payee: {index: 20}
  id: {mustSupport: true, index: 0}
  billablePeriod: {mustSupport: true, index: 14}
  subType:
    mustSupport: true
    index: 8
    elements:
      coding:
        mustSupport: false
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://www.mycarenet.be/fhir/CodeSystem/agreement-types'}
            mustSupport: false
            index: 10
          code: {mustSupport: false, index: 11}
        required: [system, code]
    required: [coding]
  provider:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 17
  careTeam: {index: 22}
package_version: 1.1.8-beta
class: profile
kind: resource
url: http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementclaim
base: http://hl7.org/fhir/StructureDefinition/Claim
version: 1.0.0
required: [id, enterer, meta, subType]