II.
LibraryProcess JSON
Structured · livelib-process:biomedical-engineering--sterilization-validation
sterilization-validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:biomedical-engineering--sterilization-validation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "sterilization-validation",
"description": "Sterilization Validation - Validate sterilization processes for medical devices ensuring\nsterility assurance level (SAL) achievement per ISO 11135, ISO 11137, or ISO 17665.",
"libraryPath": "library/specializations/domains/science/biomedical-engineering/sterilization-validation.js",
"specialization": "biomedical-engineering",
"references": [
"- ISO 11135:2014 Sterilization of health-care products - Ethylene oxide\n- ISO 11137:2006 Sterilization of health care products - Radiation\n- ISO 17665:2006 Sterilization of health care products - Moist heat"
],
"example": "const result = await orchestrate('specializations/domains/science/biomedical-engineering/sterilization-validation', {\n deviceName: 'Surgical Instrument Set',\n sterilizationMethod: 'Steam',\n productCharacteristics: { material: 'Stainless Steel', packaging: 'Rigid container' },\n salRequirement: '10^-6'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "skill-area:sensor-fusion",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "domain:biomedical-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "role:biomedical-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "workflow:peer-review-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:biomedical-engineering--sterilization-validation",
"to": "specialization:biomedical-engineering",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}