PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.0-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-addiction-model
description: This is the logical model of an addiction of a patient. Initially based on the input of the NIHDI.\r\nThe actual FHIR instance will use a profile on the FHIR resource Observation ( https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observation-addiction )
package_name: ehealthplatform.be.r4.federalprofiles
derivation: specialization
name: BEAddiction
type: http://example.org/fhir/StructureDefinition/BeAddiction
elements:
  treatment: {type: Reference, array: true, index: 8}
  note: {type: Annotation, array: true, index: 7}
  product: {type: CodeableConcept, index: 5}
  recordedDate: {type: dateTime, index: 3}
  status:
    type: code
    binding: {strength: required, valueSet: 'https://www.hl7.org/fhir/valueset-observation-status.html'}
    index: 0
  effective: {type: Period, array: true, index: 4}
  code: {type: CodeableConcept, index: 1}
  quantity: {type: Quantity, index: 6}
  subject: {type: Reference, index: 2}
  performer:
    type: BackboneElement
    array: true
    min: 1
    index: 9
    elements:
      performer: {type: Reference, index: 10}
      performerCode:
        type: CodeableConcept
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/StructureDefinition/event-performerFunction'}
        index: 11
    required: [performer]
package_version: 1.1.0-beta
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-addiction-model
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [status, subject, recordedDate, code, performer]