description: A request for PSS (Prescriber Support System) results. package_name: hl7.fhir.be.pss derivation: specialization name: PSSRequest type: https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSRequest elements: recordedDate: {type: date, short: Date on which the information was recorded, index: 0} pssidentifier: {type: Identifier, short: Identifier of the exchange session, index: 1} examination: {type: Reference, short: The ID of the examination the prescriber wants to prescribe, index: 2} indication: {type: CodeableConcept, short: 'Indication that triggers the PSS request, from structured list or free text', array: true, min: 1, index: 3} supportingInfo: type: BackboneElement short: Information useful for PSS proposals index: 4 elements: patientAge: {type: Age, short: Age of the patient, index: 5} patientGender: {type: CodeableConcept, short: Gender of the patient, index: 6} required: [patientGender, patientAge] package_version: 1.0.0 class: logical kind: logical url: https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSRequest base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0 required: [pssidentifier, indication, supportingInfo, recordedDate]