{
"description": "A request for PSS (Prescriber Support System) results.",
"_filename": "StructureDefinition-PSSRequest.json",
"package_name": "hl7.fhir.be.pss",
"date": "2025-05-14T10:44:40+02:00",
"derivation": "specialization",
"publisher": "eHealth Platform",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "BE",
"system": "urn:iso:std:iso:3166",
"display": "Belgium"
} ]
} ],
"name": "PSSRequest",
"abstract": false,
"type": "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSRequest",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "PSS Request",
"package_version": "1.0.0",
"snapshot": {
"element": [ {
"id": "PSSRequest",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Base"
},
"path": "PSSRequest",
"short": "PSS Request",
"definition": "A request for PSS (Prescriber Support System) results.",
"isModifier": false
}, {
"id": "PSSRequest.recordedDate",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "PSSRequest.recordedDate"
},
"path": "PSSRequest.recordedDate",
"type": [ {
"code": "date"
} ],
"short": "Date on which the information was recorded",
"definition": "Date on which the information was recorded"
}, {
"id": "PSSRequest.pssidentifier",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "PSSRequest.pssidentifier"
},
"path": "PSSRequest.pssidentifier",
"type": [ {
"code": "Identifier"
} ],
"short": "Identifier of the exchange session",
"definition": "Identifier of the exchange session"
}, {
"id": "PSSRequest.examination",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "PSSRequest.examination"
},
"path": "PSSRequest.examination",
"type": [ {
"code": "Reference"
} ],
"short": "The ID of the examination the prescriber wants to prescribe",
"definition": "The ID of the examination the prescriber wants to prescribe"
}, {
"id": "PSSRequest.indication",
"max": "*",
"min": 1,
"base": {
"max": "*",
"min": 1,
"path": "PSSRequest.indication"
},
"path": "PSSRequest.indication",
"type": [ {
"code": "CodeableConcept"
} ],
"short": "Indication that triggers the PSS request, from structured list or free text",
"definition": "Indication that triggers the PSS request, from structured list or free text"
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "PSSRequest.supportingInfo",
"min": 1,
"definition": "Information useful for PSS proposals",
"short": "Information useful for PSS proposals",
"type": [ {
"code": "BackboneElement"
} ],
"max": "1",
"id": "PSSRequest.supportingInfo",
"base": {
"max": "1",
"min": 1,
"path": "PSSRequest.supportingInfo"
}
}, {
"path": "PSSRequest.supportingInfo.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"isModifier": false,
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "PSSRequest.supportingInfo.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "PSSRequest.supportingInfo.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"slicing": {
"rules": "open",
"description": "Extensions are always sliced by (at least) url",
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "PSSRequest.supportingInfo.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "PSSRequest.supportingInfo.modifierExtension",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"isModifier": true,
"short": "Extensions that cannot be ignored even if unrecognized",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "PSSRequest.supportingInfo.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true
}, {
"id": "PSSRequest.supportingInfo.patientAge",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "PSSRequest.supportingInfo.patientAge"
},
"path": "PSSRequest.supportingInfo.patientAge",
"type": [ {
"code": "Age"
} ],
"short": "Age of the patient",
"definition": "Age of the patient"
}, {
"id": "PSSRequest.supportingInfo.patientGender",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "PSSRequest.supportingInfo.patientGender"
},
"path": "PSSRequest.supportingInfo.patientGender",
"type": [ {
"code": "CodeableConcept"
} ],
"short": "Gender of the patient",
"definition": "Gender of the patient"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
} ]
},
"status": "active",
"id": "31fc3943-9716-4cff-a8f2-714759b56a59",
"kind": "logical",
"url": "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSRequest",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.2.51.22.2.42.8",
"system": "urn:ietf:rfc:3986"
} ],
"version": "1.0.0",
"differential": {
"element": [ {
"id": "PSSRequest",
"path": "PSSRequest",
"short": "PSS Request",
"definition": "A request for PSS (Prescriber Support System) results."
}, {
"id": "PSSRequest.recordedDate",
"max": "1",
"min": 1,
"path": "PSSRequest.recordedDate",
"type": [ {
"code": "date"
} ],
"short": "Date on which the information was recorded",
"definition": "Date on which the information was recorded"
}, {
"id": "PSSRequest.pssidentifier",
"max": "1",
"min": 1,
"path": "PSSRequest.pssidentifier",
"type": [ {
"code": "Identifier"
} ],
"short": "Identifier of the exchange session",
"definition": "Identifier of the exchange session"
}, {
"id": "PSSRequest.examination",
"max": "1",
"min": 0,
"path": "PSSRequest.examination",
"type": [ {
"code": "Reference"
} ],
"short": "The ID of the examination the prescriber wants to prescribe",
"definition": "The ID of the examination the prescriber wants to prescribe"
}, {
"id": "PSSRequest.indication",
"max": "*",
"min": 1,
"path": "PSSRequest.indication",
"type": [ {
"code": "CodeableConcept"
} ],
"short": "Indication that triggers the PSS request, from structured list or free text",
"definition": "Indication that triggers the PSS request, from structured list or free text"
}, {
"id": "PSSRequest.supportingInfo",
"max": "1",
"min": 1,
"path": "PSSRequest.supportingInfo",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Information useful for PSS proposals",
"definition": "Information useful for PSS proposals"
}, {
"id": "PSSRequest.supportingInfo.patientAge",
"max": "1",
"min": 1,
"path": "PSSRequest.supportingInfo.patientAge",
"type": [ {
"code": "Age"
} ],
"short": "Age of the patient",
"definition": "Age of the patient"
}, {
"id": "PSSRequest.supportingInfo.patientGender",
"max": "1",
"min": 1,
"path": "PSSRequest.supportingInfo.patientGender",
"type": [ {
"code": "CodeableConcept"
} ],
"short": "Gender of the patient",
"definition": "Gender of the patient"
} ]
},
"contact": [ {
"name": "eHealth Platform",
"telecom": [ {
"value": "http://www.ehealth.fgov.be/",
"system": "url"
}, {
"value": "support@be-ehealth-standards.atlassian.net",
"system": "email"
} ]
}, {
"name": "Message Structure",
"telecom": [ {
"use": "work",
"value": "support@be-ehealth-standards.atlassian.net",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}