description: Demographics and other administrative information about an individual receiving care or other health-related services. package_name: rs/ca.on.dhdr.r4.v4 derivation: constraint name: Patient type: Patient elements: id: {mustSupport: true, index: 0} meta: mustSupport: true index: 1 elements: profile: {mustSupport: true, index: 2} required: [profile] identifier: mustSupport: true index: 3 slicing: rules: open discriminator: - {path: type.coding.code, type: value} min: 1 slices: IdentifierOntarioHCN: match: type: coding: {code: JHN} schema: mustSupport: true index: 4 elements: type: binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/dhdr-identifier-type'} mustSupport: true index: 5 elements: coding: mustSupport: true index: 6 elements: system: pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true type: uri index: 7 code: pattern: {type: code, value: JHN} mustSupport: true type: code index: 8 required: [code, system] required: [coding] system: pattern: {type: uri, value: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn'} mustSupport: true type: uri index: 9 value: {mustSupport: true, index: 10} required: [system, type, value] IdentifierMRN: match: type: coding: {code: MR} schema: mustSupport: true _required: true index: 11 elements: type: binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/dhdr-identifier-type'} mustSupport: true index: 12 elements: coding: mustSupport: true index: 13 elements: system: pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'} mustSupport: true type: uri index: 14 code: pattern: {type: code, value: MR} mustSupport: true type: code index: 15 required: [code, system] required: [coding] system: {mustSupport: true, index: 16} value: {mustSupport: true, index: 17} required: [system, type, value] name: mustSupport: true index: 18 elements: use: {mustSupport: true, index: 19} family: {mustSupport: true, index: 20} given: {mustSupport: true, array: true, min: 1, max: 2, index: 21} prefix: {mustSupport: true, index: 22} suffix: {mustSupport: true, index: 23} required: [family, given] telecom: mustSupport: true index: 24 elements: system: pattern: {type: code, value: phone} mustSupport: true type: code index: 25 value: {mustSupport: true, index: 26} use: {mustSupport: true, index: 27} required: [system, value] gender: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.0'} mustSupport: true index: 28 birthDate: {mustSupport: true, index: 29} address: mustSupport: true index: 30 elements: use: {mustSupport: true, index: 31} type: {mustSupport: true, index: 32} line: {mustSupport: true, array: true, max: 2, index: 33} city: {mustSupport: true, index: 34} state: binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/province-state-code'} mustSupport: true index: 35 postalCode: {mustSupport: true, index: 36} country: binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'} mustSupport: true index: 37 required: [city, country, state] package_version: 0.0.8-beta class: profile kind: resource url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Patient-submission base: http://hl7.org/fhir/StructureDefinition/Patient version: 4.0.1 required: [address, birthDate, gender, identifier, meta, name]