PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@vacd-4.0.0
    http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medical-problems
description: Definition of the medical problems part for all documents, except recommendation request and response documents.
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHVACDMedicalProblems
type: Condition
elements:
  onset:
    mustSupport: true
    choices: []
    index: 7
  category:
    short: Problem List Item
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: problem-list-item, system: 'http://terminology.hl7.org/CodeSystem/condition-category'}
    index: 2
  clinicalStatus: {mustSupport: true, index: 0}
  abatement:
    mustSupport: true
    choices: []
    index: 9
  note:
    mustSupport: true
    index: 10
    elements:
      author:
        mustSupport: true
        choices: []
        index: 12
  severity: {mustSupport: true, index: 3}
  code:
    short: Medical problem code
    binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-vacd/ValueSet/ch-vacd-risks-vs'}
    index: 4
  bodySite: {mustSupport: true, index: 5}
  verificationStatus: {mustSupport: true, index: 1}
package_version: vacd-4.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medical-problems
base: http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-condition
version: 4.0.0
required: [category]