description: This observation captures if the patient is currently treated in the intensive care unit. package_name: de.gecco derivation: constraint name: PatientInICU type: Observation elements: status: pattern: {type: Code, value: final} index: 0 code: mustSupport: true index: 1 elements: coding: mustSupport: true index: 2 slicing: rules: open discriminator: - {path: $this, type: pattern} min: 1 slices: icu: match: {code: '01', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'} schema: pattern: type: Coding value: {code: '01', system: 'https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes'} _required: true index: 3 elements: system: {index: 4} code: {index: 5} required: [system, code] required: [coding] subject: type: Reference mustSupport: true refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient'] index: 6 effective: mustSupport: true choices: [] index: 8 value: mustSupport: true choices: [] index: 10 valueCodeableConcept: type: CodeableConcept binding: {strength: required, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/yes-no-unknown-other-na'} index: 11 slicing: slices: valueCodeableConcept: match: {} schema: type: CodeableConcept binding: {strength: required, valueSet: 'https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/yes-no-unknown-other-na'} _required: true index: 11 elements: coding: index: 12 slicing: rules: open discriminator: - {path: $this, type: pattern} min: 1 slices: snomed: match: {system: 'http://snomed.info/sct'} schema: pattern: type: Coding value: {system: 'http://snomed.info/sct'} _required: true index: 13 elements: system: {index: 14} code: {index: 15} required: [system, code] required: [coding] bodySite: {index: 16} specimen: {index: 17} package_version: 0.9.3 class: profile kind: resource url: https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/patient-in-icu base: http://hl7.org/fhir/StructureDefinition/Observation version: '0.9' required: [value, subject, valueCodeableConcept, effective]