PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-crl@0.9.0
    http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-chronicpulmonarydisease
description: Definition of the Observation for the chronic pulmonary disease
package_name: ch.fhir.ig.ch-crl
derivation: constraint
name: CHCRLObservationChronicPulmonaryDisease
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '413839001', system: 'http://snomed.info/sct', display: Chronic lung disease (disorder)}
    index: 0
  subject:
    type: Reference
    short: Patient
    refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient']
    index: 1
    elements:
      reference: {index: 2}
    required: [reference]
  effective:
    choices: []
    index: 4
  effectiveDateTime: {type: dateTime, index: 5}
  performer:
    type: Reference
    short: Practitioner if resident physician or Organization Department if hospital
    refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department', 'http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-practitioner']
    index: 6
    elements:
      reference: {index: 7}
    required: [reference]
  value:
    choices: []
    index: 9
  valueBoolean:
    type: boolean
    short: "If a chronic pulmonary disease is not present then 'value=false'. \r\nIf a chronic pulmonary disease is present then 'value=true'."
    index: 10
package_version: 0.9.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-chronicpulmonarydisease
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.9.0
required: [effectiveDateTime, value, valueBoolean, subject, effective]