39 lines
1.5 KiB
Markdown
39 lines
1.5 KiB
Markdown
# MAA Compliance Mapping (High-Level)
|
|
|
|
MAA is designed to align with the following standards where applicable. This document is a high-level mapping only; full compliance requires organization-specific controls and audits.
|
|
|
|
## Standards ↔ MAA Alignment
|
|
|
|
```mermaid
|
|
flowchart LR
|
|
subgraph standards [Standards]
|
|
ASME[ASME Y14]
|
|
ISO[ISO 9001/13485]
|
|
MIL[MIL-STD-810]
|
|
DoD[DoD Digital Thread]
|
|
end
|
|
|
|
subgraph maa [MAA Controls]
|
|
Gap[Gap Detection]
|
|
Lineage[Decision Lineage]
|
|
MPC[MPC / Versioning]
|
|
DLT[DLT Lineage]
|
|
end
|
|
|
|
ASME --> Gap
|
|
ISO --> Lineage
|
|
ISO --> MPC
|
|
MIL --> Lineage
|
|
DoD --> MPC
|
|
DoD --> DLT
|
|
```
|
|
|
|
| Standard / Requirement | MAA Alignment |
|
|
|------------------------|---------------|
|
|
| **ASME Y14** | Dimensioning, tolerancing, and datum practices can be enforced via gap detection (undefined datums, implicit tolerances) and intent/geometry lineage. |
|
|
| **ISO 9001 / 13485** | Traceability (decision lineage, MPC), versioning, and audit export support quality management and medical device traceability. |
|
|
| **MIL-STD-810** | Environmental bounding and load cases in Intent Engine; physics/simulation authority can reference environmental proof. |
|
|
| **DoD Digital Thread** | MPC and DLT lineage provide a digital thread from requirement to toolpath; immutable, versioned artifacts support audit. |
|
|
|
|
MAA does not replace formal certification; it provides technical controls (no manufacture without MPC, gap halt, lineage) that support compliance efforts.
|