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