description: null package_name: accdr.fhir.ig.pkg derivation: constraint name: Condition type: Condition elements: code: mustSupport: true index: 0 elements: coding: mustSupport: true index: 1 elements: system: {mustSupport: true, index: 2} code: {mustSupport: true, index: 3} display: {mustSupport: true, index: 4} required: [display, system, code] slicing: rules: open discriminator: - {path: system, type: value} min: 1 slices: slice-icd-10-ca-code: match: {system: 'http://hl7.org/fhir/sid/icd-10-ca'} schema: mustSupport: true index: 5 elements: system: pattern: {type: Uri, value: 'http://hl7.org/fhir/sid/icd-10-ca'} mustSupport: true index: 6 code: {mustSupport: true, index: 7} display: {mustSupport: true, index: 8} required: [display, system, code] slice-snomed-ct-code: match: {system: 'http://snomed.info/sct'} schema: mustSupport: true index: 9 elements: system: pattern: {type: Uri, value: 'http://snomed.info/sct'} mustSupport: true index: 10 code: {mustSupport: true, index: 11} display: {mustSupport: true, index: 12} required: [display, system, code] text: {mustSupport: true, index: 13} required: [coding] subject: {mustSupport: true, index: 14} package_version: 0.9.0-alpha-0.9.4 class: profile kind: resource url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-accdr-profile-Condition base: http://hl7.org/fhir/StructureDefinition/Condition version: null required: [code]