description: Patient Summary Patient resource. This profile derives from the [International Patient summary](https://build.fhir.org/ig/HL7/fhir-ips/) with more contraints for the identification of the patients. package_name: racsel.org derivation: constraint name: LACPatient type: Patient elements: identifier: array: true min: 2 index: 0 slicing: rules: open description: Patient identifier discriminator: - {path: type, type: value} min: 2 slices: international: match: type: coding: - {code: PPN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} schema: mustSupport: true array: true min: 1 _required: true index: 1 elements: use: short: fixed to official pattern: {type: Code, value: official} index: 2 type: short: Passport number pattern: type: CodeableConcept value: coding: - {code: PPN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'} index: 3 system: {short: URN OID for the country (ISO-3306 numeric), index: 4} required: [type, system, use] national: match: {type: null} schema: mustSupport: true array: true min: 1 _required: true index: 5 elements: type: short: Any type except PPN (Passport number) binding: {strength: required, valueSet: 'http://racsel.org/ValueSet/national-identifier-types'} index: 6 system: {short: URN OID for the country (ISO-3306 numeric), index: 7} required: [type, system] package_version: 0.2.1 class: profile kind: resource url: http://racsel.org/StructureDefinition/LACPatient base: http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips version: 0.2.1