PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.0-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-mycarenetclaim
description: Claim profile for use in the different eAgreement flows from MyCareNet.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeMyCareNetClaim
type: Claim
elements:
  patient:
    type: Reference
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 3
  insurance: {index: 25}
  diagnosis: {index: 23}
  enterer:
    type: Reference
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 4
  supportingInfo:
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: category.coding.code, type: value}
      min: null
      slices:
        Annex:
          match:
            category:
              coding: {code: attachment}
          schema:
            index: 10
            elements:
              category:
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/claiminformationcategory'}
                        index: 11
                      code:
                        pattern: {type: Code, value: attachment}
                        index: 12
              value:
                choices: [valueAttachment]
                index: 14
              valueAttachment: {type: Attachment, choiceOf: value, index: 15}
            required: [valueAttachment, value]
        AdditionalInformation:
          match:
            category:
              coding: {code: info}
          schema:
            index: 16
            elements:
              category:
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/claiminformationcategory'}
                        index: 17
                      code:
                        pattern: {type: Code, value: info}
                        index: 18
              value:
                choices: [valueString, valueReference]
                index: 20
              valueString: {type: string, choiceOf: value, index: 21}
              valueReference: {type: Reference, choiceOf: value, index: 22}
  item:
    index: 27
    elements:
      productOrService:
        binding: {strength: preferred, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-productorservice-nihdi-eagreement'}
        index: 28
      detail:
        index: 29
        elements:
          subDetail: {index: 30}
  procedure: {index: 24}
  related: {index: 6}
  accident: {index: 26}
  payee: {index: 7}
  subType:
    index: 0
    elements:
      coding:
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'https://www.mycarenet.be/fhir/CodeSystem/agreement-types'}
            index: 2
    required: [coding]
  provider:
    type: Reference
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 5
  careTeam: {index: 8}
package_version: 1.1.0-beta
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-mycarenetclaim
base: http://hl7.org/fhir/StructureDefinition/Claim
version: null
required: [enterer, subType]