description: null package_name: tigacorehub.patient derivation: constraint name: Patient type: Patient elements: extension: index: 0 slicing: rules: open discriminator: - {path: url, type: value} min: 0 slices: BirthPlace: match: {url: null} schema: {type: Extension, isModifier: false, url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', index: 1} min: 0 myExtension: match: {url: null} schema: {type: Extension, isModifier: false, url: 'http://hl7.org/fhir/StructureDefinition/patient-nationality', index: 2} min: 0 identifier: index: 3 elements: type: index: 4 elements: coding: elements: system: {index: 5} code: {index: 6} required: [system, code] system: {index: 7} value: {index: 8} required: [value, type, system] name: index: 9 elements: family: {index: 10} given: {index: 11} required: [given, family] telecom: index: 12 elements: system: {index: 13} value: {index: 14} required: [value, system] gender: {index: 15} birthDate: {index: 16} photo: {index: 17} package_version: 1.1.23 extensions: BirthPlace: {url: 'http://hl7.org/fhir/StructureDefinition/patient-birthPlace', min: 0, type: Extension, isModifier: false, index: 1} myExtension: {url: 'http://hl7.org/fhir/StructureDefinition/patient-nationality', min: 0, type: Extension, isModifier: false, index: 2} class: profile kind: resource url: http://tigahealth.com/fhir/StructureDefinition/PatientProfile base: http://hl7.org/fhir/StructureDefinition/Patient version: null required: [gender, name, identifier, birthDate, telecom]