PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@etoc-2.0.0-ballot
    http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-functionalstatus
description: Definition for the Functional Status Condition resource in the context of electronic transition of care.
package_name: ch.fhir.ig.ch
derivation: constraint
name: ChEtocFunctionalStatusCondition
type: Condition
elements:
  category:
    short: Functioning, Disability
    binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-etoc/ValueSet/ch-etoc-conditioncategory'}
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: functional-status-condition, 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: etoc-2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-etoc/StructureDefinition/ch-etoc-functionalstatus
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 2.0.0-ballot
required: [category, code]