description: This profile represents the constraints applied to the Patient resource by the PS-CA project to represent the minimum expectations for the Patient resource when used in the PS-CA composition profile or in one of the referred resources. It is informed by the constraints of the [Patient IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Patient-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-patient.html) package_name: ca.infoway.io.psca derivation: constraint name: PatientPSCA type: Patient elements: extension: type: Extension short: Extension for representing an individuals recorded sex or gender. url: http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender index: 0 slicing: slices: individual-recordedSexOrGender: match: {} schema: {type: Extension, short: Extension for representing an individuals recorded sex or gender., url: 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender', index: 0} identifier: type: Identifier mustSupport: true index: 1 elements: type: {index: 2} system: {index: 3} value: {short: The value that is unique within the system., index: 4} required: [value, system] slicing: rules: open discriminator: - {path: type, type: pattern} min: null slices: JHN: match: type: coding: - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} schema: short: Jurisdictional Health Number index: 5 elements: type: pattern: type: CodeableConcept value: coding: - {code: JHN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} index: 6 system: {short: A Health Number Naming System from the Canadian URI Registry, index: 7} value: {index: 8} required: [value, type, system] MRN: match: type: coding: - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} schema: short: Medical Record Number index: 9 elements: type: pattern: type: CodeableConcept value: coding: - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} index: 10 system: {short: An identifier for the system supplying the MRN, index: 11} value: {index: 12} required: [value, type, system] name: constraint: cabaseline-pat-1: {human: Patient.name.given or Patient.name.family or both SHALL be present, severity: error, expression: family.exists() or given.exists()} mustSupport: true index: 13 elements: text: {mustSupport: true, index: 14} family: {mustSupport: true, index: 15} given: {mustSupport: true, index: 16} telecom: {index: 17} gender: {mustSupport: true, index: 18} birthDate: {mustSupport: true, index: 19} address: constraint: pat-cnt-2or3-char: {human: 'The content of the country element (if present) SHALL be selected EITHER from ValueSet ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2 OR MAY be selected from ISO Country Alpha-3 Value Set http://hl7.org/fhir/ValueSet/iso3166-1-3, IF the country is not specified in value Set ISO Country Alpha-2 http://hl7.org/fhir/ValueSet/iso3166-1-2.', severity: warning, expression: 'country.empty() or (country.memberOf(''http://hl7.org/fhir/ValueSet/iso3166-1-2'') or country.memberOf(''http://hl7.org/fhir/ValueSet/iso3166-1-3''))'} index: 20 generalPractitioner: {index: 21} package_version: 1.1.0-DFT-Ballot-TE extensions: individual-recordedSexOrGender: {url: 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender', type: Extension, short: Extension for representing an individuals recorded sex or gender., index: 0} class: profile kind: resource url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps base: http://hl7.org/fhir/StructureDefinition/Patient version: null required: [name, birthDate]