description: Logical Model for representing Generic Personas from a DAK. Depiction of the human and system actors. Human actors are end users, supervisors and related stakeholders who would be interacting with the digital system or involved in the clinical care, public health or health system pathway. package_name: smart.who.int.base derivation: specialization name: GenericPersona type: http://smart.who.int/base/StructureDefinition/GenericPersona elements: title: {type: string, short: Title, index: 0} id: {type: id, short: Persona ID, index: 1} description: short: Description choices: [descriptionString, descriptionUri] index: 3 descriptionString: {type: string, short: Description, choiceOf: description, index: 4} descriptionUri: {type: uri, short: Description, choiceOf: description, index: 5} otherNames: {type: string, short: Other Names/Examples, array: true, index: 6} iscoCode: type: code short: ISCO Code binding: {strength: extensible, valueSet: 'http://smart.who.int/base/ValueSet/ISCO08ValueSet'} array: true index: 7 package_version: 1.0.0 class: logical kind: logical url: http://smart.who.int/base/StructureDefinition/GenericPersona base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0 required: [descriptionString, descriptionUri, id, title, description]