description: Proposed constraints and extensions on the Organization Resource package_name: il.core.fhir.r4 derivation: constraint name: ILCoreOrganization type: Organization elements: identifier: index: 0 elements: system: {mustSupport: true, index: 1} value: {short: The value that is unique within the system., mustSupport: true, index: 2} required: [value, system] slicing: rules: open discriminator: - {path: system, type: value} min: 1 slices: moh-inst-lic: match: {system: 'http://institutions.health.gov.il/Institutions'} schema: short: MoH institute license number mustSupport: false index: 3 elements: type: binding: {strength: extensible, valueSet: 'http://fhir.health.gov.il/ValueSet/institution-type-moh'} index: 4 system: pattern: {type: Uri, value: 'http://institutions.health.gov.il/Institutions'} index: 5 value: {short: An MoH institute license number, index: 6} legal-entity: match: {system: 'http://fhir.health.gov.il/identifier/legal-entity'} schema: short: Israeli legal entity identifier (Hebrew - ח.פ., מספר עמותה וכו) mustSupport: true index: 7 elements: system: pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/legal-entity'} index: 8 value: short: Israeli legal entity Identifier constraint: nine-digits-chk: human: All legal entities must have a 9 digit identifier source: http://fhir.health.gov.il/StructureDefinition/il-core-organization severity: error expression: "\r\nmatches('[0-9]{9}')\r\n" index: 9 moe-inst: match: {system: 'http://fhir.health.gov.il/identifier/moe-institute-symbol'} schema: short: MoE institute symbol mustSupport: false index: 10 elements: system: pattern: {type: Uri, value: 'http://fhir.health.gov.il/identifier/moe-institute-symbol'} index: 11 value: {short: An MoE institute symbol, index: 12} active: {mustSupport: true, index: 13} name: {mustSupport: true, index: 14} telecom: elements: system: {mustSupport: true, index: 15} value: {mustSupport: true, index: 16} use: {mustSupport: true, index: 17} required: [value, system] address: {type: Address, mustSupport: true, index: 18} partOf: type: Reference refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-organization'] index: 19 package_version: 0.6.0 class: profile kind: resource url: http://fhir.health.gov.il/StructureDefinition/il-core-organization base: http://hl7.org/fhir/StructureDefinition/Organization version: 0.6.0 required: [name, address, identifier, active]