description: Proposed constraints and extensions on the Patient Resource. This represents client information. package_name: ca.on.mha.pds derivation: constraint name: Patient type: Patient elements: meta: index: 0 elements: profile: pattern: {type: Canonical, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient'} index: 1 identifier: mustSupport: true index: 2 elements: type: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code'} index: 3 system: {isModifier: false, index: 4} value: {short: The value that is unique within the system., isModifier: false, index: 5} required: [type] slicing: rules: open discriminator: - {path: type, type: pattern} min: 1 slices: MRN: match: type: coding: - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Medical record number} schema: mustSupport: true _required: true index: 6 elements: type: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code'} mustSupport: true pattern: type: CodeableConcept value: coding: - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Medical record number} index: 7 system: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/mha/patient-mrn-identifier-system'} mustSupport: true index: 8 value: {mustSupport: true, index: 9} required: [value, system] JHN: match: type: coding: - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Jurisdictional health number} schema: mustSupport: true _required: true index: 10 extensions: mHADataAbsentReason: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason', max: 1, type: Extension, isModifier: false, mustSupport: true, index: 11} elements: extension: type: Extension isModifier: false mustSupport: true url: http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason index: 11 slicing: slices: mHADataAbsentReason: match: {} schema: {type: Extension, isModifier: false, mustSupport: true, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason', index: 11} max: 1 type: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/client-identifier-type-code'} mustSupport: true pattern: type: CodeableConcept value: coding: - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Jurisdictional health number} index: 12 system: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/mha/patient-jhn-identifier-system'} mustSupport: true index: 13 value: {mustSupport: true, index: 14} required: [type] Anonymous: match: type: coding: - {code: ANON, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} schema: mustSupport: true index: 15 elements: type: mustSupport: true pattern: type: CodeableConcept value: coding: - {code: ANON, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} index: 16 system: {mustSupport: true, index: 17} value: {mustSupport: true, index: 18} required: [value, type, system] active: {mustSupport: true, index: 19} name: short: A name associated with the patient(client) constraint: ca-baseline-name: {human: Patient.name.given or Patient.name.family or both SHALL be present, source: 'http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-patient', severity: error, expression: family.exists() or given.exists()} mustSupport: true index: 20 elements: family: {mustSupport: true, index: 21} given: {mustSupport: true, array: true, min: 1, max: 2, index: 22} required: [given, family] birthDate: constraint: bd-1: {human: birthDate must have a date value, severity: error, expression: hasValue() = true} bd-2: {human: 'If birthDate is "1900-01-01", BirthDate estimated flag must be set to ''true''', severity: error, expression: $this = @1900-01-01 implies $this.extension.value = true} bd-3: {human: BirthDate must not be before '1900-01-01' or after the current date and it must be a valid date, severity: error, expression: $this >= @1900-01-01 and $this < today()} mustSupport: true index: 23 extensions: BirthDateEstimatedFlag: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-birthdate-estimated-flag', max: 1, type: Extension, mustSupport: true, index: 24} elements: extension: type: Extension mustSupport: true url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-birthdate-estimated-flag index: 24 slicing: slices: BirthDateEstimatedFlag: match: {} schema: {type: Extension, mustSupport: true, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-birthdate-estimated-flag', index: 24} max: 1 address: constraint: adr-key-1: {human: Province must be provided if 'address use' is provided, severity: error, expression: use.exists() implies state.exists()} mustSupport: true index: 25 elements: use: {index: 26} line: {index: 27} city: {mustSupport: true, index: 28} state: binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/canadianjurisdiction'} mustSupport: true index: 29 postalCode: mustSupport: true index: 30 extensions: mHADataAbsentReason: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason', max: 1, type: Extension, isModifier: false, mustSupport: true, index: 31} elements: extension: type: Extension isModifier: false mustSupport: true url: http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason index: 31 slicing: slices: mHADataAbsentReason: match: {} schema: {type: Extension, isModifier: false, mustSupport: true, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ext-ca-on-mha-data-absent-reason', index: 31} max: 1 required: [postalCode] communication: mustSupport: true index: 32 extensions: languageUse: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse', min: 1, type: Extension, index: 34} elements: extension: index: 33 slicing: slices: languageUse: match: {} schema: {type: Extension, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse', index: 34} min: 1 language: index: 35 elements: coding: elements: system: {index: 36} code: {mustSupport: true, index: 37} display: {mustSupport: true, index: 38} required: [display, system, code] required: [extension] slicing: rules: open discriminator: - {path: extension.value.coding.code, type: value} min: null slices: languageOfComfort: match: extension: value: coding: {code: null} schema: mustSupport: true index: 39 extensions: languageUse: url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse type: Extension index: 41 elements: value: choices: [] index: 43 required: [value] elements: extension: index: 40 slicing: slices: languageUse: match: {} schema: type: Extension url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse index: 41 elements: value: choices: [] index: 43 required: [value] language: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/human-language'} mustSupport: true index: 44 elements: coding: mustSupport: true index: 45 elements: system: {mustSupport: true, index: 46} code: {mustSupport: true, index: 47} display: {mustSupport: true, index: 48} required: [display, system, code] required: [coding] required: [extension] officialLanguage: match: extension: value: coding: {code: null} schema: mustSupport: true index: 49 extensions: languageUse: url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse type: Extension index: 51 elements: value: label: ServiceLanguage choices: [] index: 53 required: [value] elements: extension: index: 50 slicing: slices: languageUse: match: {} schema: type: Extension url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-LanguageUse index: 51 elements: value: label: ServiceLanguage choices: [] index: 53 required: [value] language: binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/official-language'} mustSupport: true index: 54 elements: coding: mustSupport: true index: 55 elements: system: {mustSupport: true, index: 56} code: {mustSupport: true, index: 57} display: {mustSupport: true, index: 58} required: [display, system, code] required: [coding] required: [extension] package_version: 2.0.0-snapshot1 class: profile kind: resource url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Patient base: http://hl7.org/fhir/StructureDefinition/Patient version: 2.0.0 required: [name, identifier, birthDate]