PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-etoc@0.1.0
    http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-illness
description: Definition for the Past History of Illnesses Condition resource in the context of electronic transition of care.
package_name: ch.fhir.ig.ch-etoc
derivation: constraint
name: ChEtocPastHistoryofIllnessesCondition
type: Condition
elements:
  category:
    short: Illness
    binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-etoc/ValueSet/ch-etoc-conditioncategory'}
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: illness, system: 'http://fhir.ch/ig/ch-etoc/CodeSystem/ch-etoc-conditioncategory'}
    index: 0
  code:
    mustSupport: true
    index: 1
    elements:
      text: {mustSupport: true, index: 2}
    required: [text]
  subject:
    type: Reference
    refers: ['http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient']
    index: 3
package_version: 0.1.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-illness
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.1.0
required: [category, code]