PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.25-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-scoreresult
description: Defines a patient's known problem, a diagnostic or antecedent that deserves attention.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeScoreResult
type: Observation
elements:
  category:
    short: The high-level group or category of the score - e.g. 'Risk score' or 'Pain score'
    binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-scorecategory'}
    mustSupport: true
    index: 1
  referenceRange: {short: The different ranges of the value, mustSupport: true, index: 14}
  derivedFrom: {short: The source values for the assessment - for example a QuestionnaireResponse, mustSupport: true, index: 15}
  interpretation: {short: 'The interpretation of the result from the value. For example if value is 12, the interpretation can be ''elevated''', mustSupport: true, index: 11}
  value:
    short: The actual score value.
    mustSupport: true
    choices: []
    index: 10
  effective:
    choices: []
    index: 5
  code:
    short: The code of the score that is being calculated.
    binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-score'}
    mustSupport: true
    index: 2
  identifier: {mustSupport: true, index: 0}
  bodySite:
    short: The body site to which the score applies, when applicable
    mustSupport: true
    index: 12
    extensions:
      laterality: {url: 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-laterality', min: 0, max: 1, type: Extension, mustSupport: true, index: 13}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-laterality
        index: 13
        slicing:
          slices:
            laterality:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-laterality', index: 13}
              min: 0
              max: 1
  issued: {short: The date and time when the score was made available, mustSupport: true, index: 7}
  subject:
    type: Reference
    short: The patient that this score refers to
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient']
    index: 3
  performer:
    type: Reference
    short: The care provider that took the assessment
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner', 'https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole']
    index: 8
  effectivePeriod: {type: Period, short: The time period that the score refers to., mustSupport: true, index: 6}
package_version: 1.1.25-beta
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-scoreresult
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [issued, effectivePeriod, value, subject, effective]