description: Base definition for the Patient resource in the context of ALIS-Connect. package_name: ch.fhir.ig.ch-alis-connect derivation: constraint name: ChAlisPatient type: Patient elements: identifier: index: 0 slicing: slices: LocalPid: match: {} schema: _required: true index: 1 elements: value: {short: PatientID, index: 2} name: index: 3 elements: family: {short: PatientName, index: 4} given: {short: PatientGivenName, index: 5} gender: {short: PatientGender, index: 6} birthDate: {short: PatientBirthDate, index: 7} package_version: 1.0.0-ballot class: profile kind: resource url: http://fhir.ch/ig/ch-alis-connect/StructureDefinition/ch-alis-connect-patient base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient version: 1.0.0-ballot required: [identifier]